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