blob: 883f96e5c193163ac2311d5bfbf1e41be3ad8729 [file] [log] [blame]
Jeff Vander Stoepd59a2872021-02-15 10:22:21 +01001error: expected non-macro attribute, found attribute macro `test`
2 --> $DIR/attrs-resolution-errors.rs:2:7
Chih-Hung Hsieh8cd2c992019-12-19 15:08:11 -08003 |
4LL | #[test]
Jeff Vander Stoepd59a2872021-02-15 10:22:21 +01005 | ^^^^ not a non-macro attribute
Chih-Hung Hsieh8cd2c992019-12-19 15:08:11 -08006
Jeff Vander Stoepd59a2872021-02-15 10:22:21 +01007error: expected non-macro attribute, found attribute macro `test`
8 --> $DIR/attrs-resolution-errors.rs:8:7
Chih-Hung Hsieh8cd2c992019-12-19 15:08:11 -08009 |
10LL | #[test]
Jeff Vander Stoepd59a2872021-02-15 10:22:21 +010011 | ^^^^ not a non-macro attribute
Chih-Hung Hsieh8cd2c992019-12-19 15:08:11 -080012
Jeff Vander Stoepd59a2872021-02-15 10:22:21 +010013error: expected non-macro attribute, found attribute macro `test`
14 --> $DIR/attrs-resolution-errors.rs:23:15
Chih-Hung Hsieh8cd2c992019-12-19 15:08:11 -080015 |
16LL | #[test] bar
Jeff Vander Stoepd59a2872021-02-15 10:22:21 +010017 | ^^^^ not a non-macro attribute
Chih-Hung Hsieh8cd2c992019-12-19 15:08:11 -080018
Jeff Vander Stoepd59a2872021-02-15 10:22:21 +010019error: expected non-macro attribute, found attribute macro `test`
20 --> $DIR/attrs-resolution-errors.rs:30:11
Chih-Hung Hsieh8cd2c992019-12-19 15:08:11 -080021 |
22LL | #[test]
Jeff Vander Stoepd59a2872021-02-15 10:22:21 +010023 | ^^^^ not a non-macro attribute
Chih-Hung Hsieh8cd2c992019-12-19 15:08:11 -080024
Jeff Vander Stoepd59a2872021-02-15 10:22:21 +010025error: expected non-macro attribute, found attribute macro `test`
26 --> $DIR/attrs-resolution-errors.rs:36:11
Chih-Hung Hsieh8cd2c992019-12-19 15:08:11 -080027 |
28LL | #[test]
Jeff Vander Stoepd59a2872021-02-15 10:22:21 +010029 | ^^^^ not a non-macro attribute
Chih-Hung Hsieh8cd2c992019-12-19 15:08:11 -080030
31error: aborting due to 5 previous errors
32