]> git.proxmox.com Git - rustc.git/blob - src/test/ui/proc-macro/pretty-print-hack/rental-0.5.5/src/lib.rs
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / ui / proc-macro / pretty-print-hack / rental-0.5.5 / src / lib.rs
1 // ignore-test
2
3 #[derive(Print)]
4 enum ProceduralMasqueradeDummyType {
5 //~^ ERROR using
6 //~| WARN this was previously
7 //~| ERROR using
8 //~| WARN this was previously
9 //~| ERROR using
10 //~| WARN this was previously
11 //~| ERROR using
12 //~| WARN this was previously
13 Input
14 }