summaryrefslogtreecommitdiffstats
path: root/src/test/ui/proc-macro/pretty-print-hack/rental-0.5.6/src/lib.rs
blob: 9501980fa55dfc4456003b0bb5ee0ec221dd8c4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// ignore-test

#[derive(Print)]
enum ProceduralMasqueradeDummyType {
//~^ ERROR using
//~| WARN this was previously
//~| ERROR using
//~| WARN this was previously
//~| ERROR using
//~| WARN this was previously
//~| ERROR using
//~| WARN this was previously
    Input
}