]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/inner-attr.stderr
Move parse-fail tests to UI
[rust.git] / src / test / ui / parser / inner-attr.stderr
1 error: an inner attribute is not permitted following an outer attribute
2   --> $DIR/inner-attr.rs:15:3
3    |
4 LL | #![recursion_limit="100"] //~ ERROR an inner attribute is not permitted following an outer attribute
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