]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-49934-errors.stderr
Merge commit 'efa8f5521d3813cc897ba29ea0ef98c7aef66bb6' into rustfmt-subtree
[rust.git] / src / test / ui / issues / issue-49934-errors.stderr
1 error: expected non-macro attribute, found attribute macro `derive`
2   --> $DIR/issue-49934-errors.rs:1:10
3    |
4 LL | fn foo<#[derive(Debug)] T>() {
5    |          ^^^^^^ not a non-macro attribute
6
7 error: expected non-macro attribute, found attribute macro `derive`
8   --> $DIR/issue-49934-errors.rs:3:11
9    |
10 LL |         #[derive(Debug)]
11    |           ^^^^^^ not a non-macro attribute
12
13 error: aborting due to 2 previous errors
14