mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
Remove an invalid attribute from a test
This has become a parser error.
This commit is contained in:
@@ -18,9 +18,6 @@
|
||||
|
||||
// Another comment
|
||||
|
||||
#[invalid attribute]
|
||||
fn foo() {}
|
||||
|
||||
/// Blah blah blah.
|
||||
/// Blah blah blah.
|
||||
/// Blah blah blah.
|
||||
|
||||
@@ -21,9 +21,6 @@
|
||||
|
||||
// Another comment
|
||||
|
||||
#[invalid attribute]
|
||||
fn foo() {}
|
||||
|
||||
/// Blah blah blah.
|
||||
/// Blah blah blah.
|
||||
/// Blah blah blah.
|
||||
|
||||
Reference in New Issue
Block a user