2018-11-19 00:21:38 -06:00
|
|
|
enum PutDown { Set }
|
|
|
|
enum AffixHeart { Set }
|
|
|
|
enum CauseToBe { Set }
|
|
|
|
enum Determine { Set }
|
|
|
|
enum TableDishesAction { Set }
|
|
|
|
enum Solidify { Set }
|
|
|
|
enum UnorderedCollection { Set }
|
|
|
|
|
|
|
|
fn setup() -> Set { Set }
|
2018-11-23 14:57:03 -06:00
|
|
|
//~^ ERROR cannot find type `Set` in this scope
|
|
|
|
//~| ERROR cannot find value `Set` in this scope
|
2018-11-19 00:21:38 -06:00
|
|
|
|
|
|
|
fn main() {
|
|
|
|
setup();
|
|
|
|
}
|