]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-45296.stderr
New upstream version 1.50.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-45296.stderr
CommitLineData
abe05a73 1error: an inner attribute is not permitted in this context
416331ca 2 --> $DIR/issue-45296.rs:4:5
abe05a73 3 |
532ac7d7 4LL | #![allow(unused_variables)]
416331ca 5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
abe05a73
XL
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
9error: aborting due to previous error
10