]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/test-attr-non-associated-functions.stderr
Rollup merge of #57132 - daxpedda:master, r=steveklabnik
[rust.git] / src / test / ui / test-attr-non-associated-functions.stderr
index 491fcc01431191b1710e1393783f8d2433d83142..8a1cc6fa367f50012c4fbc3623f5d1fd02b86b10 100644 (file)
@@ -1,5 +1,5 @@
 error: #[test] attribute is only allowed on non associated functions
-  --> $DIR/test-attr-non-associated-functions.rs:19:5
+  --> $DIR/test-attr-non-associated-functions.rs:9:5
    |
 LL | /     fn new() -> A { //~ ERROR #[test] attribute is only allowed on non associated functions
 LL | |         A {}