rust/src/librustc_span
bors fc23a81831 Auto merge of #68491 - pnkfelix:hide-niches-under-unsafe-cell, r=oli
Hide niches under UnsafeCell

Hide any niche of T from type-construction context of `UnsafeCell<T>`.

Fix #68303
Fix #68206
2020-02-11 20:48:27 +00:00
..
analyze_source_file
source_map
symbol
analyze_source_file.rs
caching_source_map_view.rs
Cargo.toml
def_id.rs Move librustc_hir/def_id.rs to librustc_span/def_id.rs 2020-02-08 16:48:01 -05:00
edition.rs
fatal_error.rs
hygiene.rs rustc_span: move pretty syntax from macro_backtrace to ExpnKind::descr. 2020-01-26 17:18:55 +02:00
lib.rs Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPC 2020-02-11 16:36:54 +01:00
source_map.rs rustc_errors: split macro backtrace rendering from <*macros> hacks. 2020-02-06 21:32:07 +02:00
span_encoding.rs
symbol.rs Add #[repr(no_niche)]. 2020-02-10 14:44:12 -05:00
tests.rs