]> git.lizzy.rs Git - rust.git/blob - src/test/ui/test-attr-non-associated-functions.stderr
add test for #[test] attribute only allowed on non associated functions
[rust.git] / src / test / ui / test-attr-non-associated-functions.stderr
1 error: #[test] attribute is only allowed on non associated functions
2   --> $DIR/test-attr-non-associated-functions.rs:9:2
3    |
4 LL |       fn new() -> A { //~ ERROR #[test] attribute is only allowed on non associated functions 
5    |  _____^
6 LL | |         A {}
7 LL | |     }
8    | |_____^
9
10 error: aborting due to previous error
11