about summary refs log tree commit diff
path: root/tests/ui/proc-macro/pretty-print-hack/rental-0.5.6/src/lib.rs
blob: 765ee4be656e3cc24eb3d88aa17e274d031c9df1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//@ ignore-auxiliary (used by `../../../pretty-print-hack/hide.rs`)

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