You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/test/ui/parser/inner-attr-after-doc-comment.stderr
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ LL | | */
7
7
| |___- previous doc comment
8
8
LL |
9
9
LL | #![recursion_limit="100"]
10
-
| ^^^^^^^^^^^^^^^^^^^^^^^^^ not permitted following an outer attibute
10
+
| ^^^^^^^^^^^^^^^^^^^^^^^^^ not permitted following an outer attribute
11
11
|
12
12
= 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.
Copy file name to clipboardexpand all lines: src/test/ui/parser/inner-attr.stderr
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ LL | #[feature(lang_items)]
5
5
| ---------------------- previous outer attribute
6
6
LL |
7
7
LL | #![recursion_limit="100"]
8
-
| ^^^^^^^^^^^^^^^^^^^^^^^^^ not permitted following an outer attibute
8
+
| ^^^^^^^^^^^^^^^^^^^^^^^^^ not permitted following an outer attribute
9
9
|
10
10
= 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.
0 commit comments