]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-49934-errors.stderr
Merge commit 'f2cdd4a78d89c009342197cf5844a21f8aa813df' into sync_cg_clif-2022-04-22
[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