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