]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-45296.stderr
Auto merge of #57108 - Mark-Simulacrum:license-remove, r=pietroalbini
[rust.git] / src / test / ui / issues / issue-45296.stderr
1 error: an inner attribute is not permitted in this context
2   --> $DIR/issue-45296.rs:4:7
3    |
4 LL |     #![allow(unused_variables)] //~ ERROR not permitted in this context
5    |       ^
6    |
7    = 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.
8
9 error: aborting due to previous error
10