]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/attr-dangling-in-fn.stderr
Auto merge of #107478 - compiler-errors:anon-enum-tys-are-ambiguous, r=estebank
[rust.git] / tests / ui / parser / attr-dangling-in-fn.stderr
1 error: expected statement after outer attribute
2   --> $DIR/attr-dangling-in-fn.rs:4:3
3    |
4 LL |   #[foo = "bar"]
5    |   ^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8