Jeff Vander Stoep | d59a287 | 2021-02-15 10:22:21 +0100 | [diff] [blame] | 1 | error: expected non-macro attribute, found attribute macro `test` |
| 2 | --> $DIR/attrs-resolution-errors.rs:2:7 |
Chih-Hung Hsieh | 8cd2c99 | 2019-12-19 15:08:11 -0800 | [diff] [blame] | 3 | | |
| 4 | LL | #[test] |
Jeff Vander Stoep | d59a287 | 2021-02-15 10:22:21 +0100 | [diff] [blame] | 5 | | ^^^^ not a non-macro attribute |
Chih-Hung Hsieh | 8cd2c99 | 2019-12-19 15:08:11 -0800 | [diff] [blame] | 6 | |
Jeff Vander Stoep | d59a287 | 2021-02-15 10:22:21 +0100 | [diff] [blame] | 7 | error: expected non-macro attribute, found attribute macro `test` |
| 8 | --> $DIR/attrs-resolution-errors.rs:8:7 |
Chih-Hung Hsieh | 8cd2c99 | 2019-12-19 15:08:11 -0800 | [diff] [blame] | 9 | | |
| 10 | LL | #[test] |
Jeff Vander Stoep | d59a287 | 2021-02-15 10:22:21 +0100 | [diff] [blame] | 11 | | ^^^^ not a non-macro attribute |
Chih-Hung Hsieh | 8cd2c99 | 2019-12-19 15:08:11 -0800 | [diff] [blame] | 12 | |
Jeff Vander Stoep | d59a287 | 2021-02-15 10:22:21 +0100 | [diff] [blame] | 13 | error: expected non-macro attribute, found attribute macro `test` |
| 14 | --> $DIR/attrs-resolution-errors.rs:23:15 |
Chih-Hung Hsieh | 8cd2c99 | 2019-12-19 15:08:11 -0800 | [diff] [blame] | 15 | | |
| 16 | LL | #[test] bar |
Jeff Vander Stoep | d59a287 | 2021-02-15 10:22:21 +0100 | [diff] [blame] | 17 | | ^^^^ not a non-macro attribute |
Chih-Hung Hsieh | 8cd2c99 | 2019-12-19 15:08:11 -0800 | [diff] [blame] | 18 | |
Jeff Vander Stoep | d59a287 | 2021-02-15 10:22:21 +0100 | [diff] [blame] | 19 | error: expected non-macro attribute, found attribute macro `test` |
| 20 | --> $DIR/attrs-resolution-errors.rs:30:11 |
Chih-Hung Hsieh | 8cd2c99 | 2019-12-19 15:08:11 -0800 | [diff] [blame] | 21 | | |
| 22 | LL | #[test] |
Jeff Vander Stoep | d59a287 | 2021-02-15 10:22:21 +0100 | [diff] [blame] | 23 | | ^^^^ not a non-macro attribute |
Chih-Hung Hsieh | 8cd2c99 | 2019-12-19 15:08:11 -0800 | [diff] [blame] | 24 | |
Jeff Vander Stoep | d59a287 | 2021-02-15 10:22:21 +0100 | [diff] [blame] | 25 | error: expected non-macro attribute, found attribute macro `test` |
| 26 | --> $DIR/attrs-resolution-errors.rs:36:11 |
Chih-Hung Hsieh | 8cd2c99 | 2019-12-19 15:08:11 -0800 | [diff] [blame] | 27 | | |
| 28 | LL | #[test] |
Jeff Vander Stoep | d59a287 | 2021-02-15 10:22:21 +0100 | [diff] [blame] | 29 | | ^^^^ not a non-macro attribute |
Chih-Hung Hsieh | 8cd2c99 | 2019-12-19 15:08:11 -0800 | [diff] [blame] | 30 | |
| 31 | error: aborting due to 5 previous errors |
| 32 | |