rust/src/librustc_typeck
Stepan Koltsov 641267e4c2 Allow #[repr(i32)] for univariant enum
```
#[repr(i32)]
enum Univariant {
    X = 17
}
```

Fixes #10292
2016-01-27 04:50:04 +03:00
..
check Allow #[repr(i32)] for univariant enum 2016-01-27 04:50:04 +03:00
coherence fallout from removing the errors_will_be_reported flag 2016-01-16 05:22:32 -05:00
astconv.rs astconv: don't use as_local_node_id for ids in a Def 2016-01-22 21:27:34 +02:00
collect.rs Rollup merge of #30997 - bluss:trait-default, r=nikomatsakis 2016-01-23 09:38:41 -05:00
constrained_type_params.rs constrained_type_params: make projections depend on their trait-ref 2015-11-19 20:53:59 +02:00
diagnostics.rs Allow #[repr(i32)] for univariant enum 2016-01-27 04:50:04 +03:00
lib.rs mk: Move from -D warnings to #![deny(warnings)] 2016-01-24 20:35:55 -08:00
rscope.rs move middle::ty and related modules to middle/ty/ 2015-09-14 10:56:13 +03:00
variance.rs Annotate the compiler with information about what it is doing when. 2016-01-05 21:05:50 -05:00