summaryrefslogtreecommitdiffstats
path: root/tests/ui/proc-macro/pretty-print-hack/rental-0.5.6/src/lib.rs
blob: 889f399a7f25678c2c73f50e05c8a22095d6b0a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// ignore-test (auxiliary, used by other tests)

#[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
}