2020-11-14 05:47:14 -06:00
|
|
|
error: expected non-macro attribute, found attribute macro `derive`
|
|
|
|
--> $DIR/issue-49934-errors.rs:1:10
|
2019-09-09 07:26:25 -05:00
|
|
|
|
|
|
|
|
LL | fn foo<#[derive(Debug)] T>() {
|
2020-11-14 05:47:14 -06:00
|
|
|
| ^^^^^^ not a non-macro attribute
|
2019-09-09 07:26:25 -05:00
|
|
|
|
2020-11-14 05:47:14 -06:00
|
|
|
error: expected non-macro attribute, found attribute macro `derive`
|
|
|
|
--> $DIR/issue-49934-errors.rs:3:11
|
2019-09-09 07:26:25 -05:00
|
|
|
|
|
|
|
|
LL | #[derive(Debug)]
|
2020-11-14 05:47:14 -06:00
|
|
|
| ^^^^^^ not a non-macro attribute
|
2019-09-09 07:26:25 -05:00
|
|
|
|
2020-11-18 16:54:19 -06:00
|
|
|
error: aborting due to 2 previous errors
|
2019-09-09 07:26:25 -05:00
|
|
|
|