]> git.proxmox.com Git - rustc.git/blame - src/test/ui/test-attrs/test-attr-non-associated-functions.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / test-attrs / test-attr-non-associated-functions.stderr
CommitLineData
416331ca 1error: `#[test]` attribute is only allowed on non associated functions
0731742a 2 --> $DIR/test-attr-non-associated-functions.rs:9:5
a1dfa0c6 3 |
532ac7d7 4LL | / fn new() -> A {
ba9703b0 5LL | |
a1dfa0c6
XL
6LL | | A {}
7LL | | }
8 | |_____^
9
ba9703b0
XL
10error: `#[test]` attribute is only allowed on non associated functions
11 --> $DIR/test-attr-non-associated-functions.rs:14:5
12 |
13LL | / fn recovery_witness() -> A {
14LL | |
15LL | | A {}
16LL | | }
17 | |_____^
18
19error: aborting due to 2 previous errors
a1dfa0c6 20