]> git.proxmox.com Git - rustc.git/blame - src/test/ui/proc-macro/issue-83510.rs
Update unsuspicious file list
[rustc.git] / src / test / ui / proc-macro / issue-83510.rs
CommitLineData
cdc7bbd5
XL
1// aux-build: issue-83510.rs
2
3extern crate issue_83510;
4
5issue_83510::dance_like_you_want_to_ice!();
6//~^ ERROR: cannot find type `Foo` in this scope
7//~| ERROR: expected trait, found struct `Box`
8//~| ERROR: cannot find trait `Baz` in this scope
9//~| ERROR: inherent associated types are unstable
10
11fn main() {}