diff options
Diffstat (limited to 'src/test/ui/tool-attributes/tool-attributes-misplaced-1.rs')
| -rw-r--r-- | src/test/ui/tool-attributes/tool-attributes-misplaced-1.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/tool-attributes/tool-attributes-misplaced-1.rs b/src/test/ui/tool-attributes/tool-attributes-misplaced-1.rs index c07da4345f7..72929c5e805 100644 --- a/src/test/ui/tool-attributes/tool-attributes-misplaced-1.rs +++ b/src/test/ui/tool-attributes/tool-attributes-misplaced-1.rs @@ -5,7 +5,7 @@ type B = rustfmt::skip; //~ ERROR expected type, found tool attribute `rustfmt:: struct S; // Interpreted as an unstable custom attribute -#[rustfmt] //~ ERROR cannot find attribute macro `rustfmt` in this scope +#[rustfmt] //~ ERROR cannot find attribute `rustfmt` in this scope fn check() {} #[rustfmt::skip] // OK |
