]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-45296.stderr
Rollup merge of #62337 - Mark-Simulacrum:fix-cpu-usage-script, r=alexcrichton
[rust.git] / src / test / ui / issues / issue-45296.stderr
index afea28fb7aaf8bcfbd3009d76f0a3caf93da4c22..bc14d20b6238824031c2f3849cb3a381a0038ace 100644 (file)
@@ -1,7 +1,7 @@
 error: an inner attribute is not permitted in this context
   --> $DIR/issue-45296.rs:4:7
    |
-LL |     #![allow(unused_variables)] //~ ERROR not permitted in this context
+LL |     #![allow(unused_variables)]
    |       ^
    |
    = note: inner attributes, like `#![no_std]`, annotate the item enclosing them, and are usually found at the beginning of source files. Outer attributes, like `#[test]`, annotate the item following them.