rust/src/librustc_codegen_utils
Mazdak Farrokhzad e32397a754
Rollup merge of #66060 - traxys:test_65401, r=michaelwoerister
Making ICEs and test them in incremental

This adds:
 - A way to make the compiler ICE
 - A way to check for ICE in `cfail` tests with `should-ice`
 - A regression test for issue #65401

I am not sure the attribute added `should-ice` is the best for this job
2019-11-20 18:32:04 +01:00
..
symbol_names Rename in librustc_codegen_utils. 2019-11-12 20:50:46 +01:00
Cargo.toml Remove unused dependencies 2019-09-23 15:25:00 +09:00
codegen_backend.rs rustc: Add a convenience alias for dyn MetadataLoader + Sync 2019-10-24 20:51:33 +03:00
lib.rs rewrote error messages for #[rustc_error] 2019-11-05 22:42:23 +01:00
link.rs normalize use of backticks for compiler messages in librustc_codegen 2019-07-08 00:54:38 +02:00
symbol_names.rs Change SymbolName::name from InternedString to Symbol. 2019-10-21 18:30:32 +11:00
symbol_names_test.rs Remove LocalInternedString uses from librustc/ty/. 2019-09-04 14:23:30 +10:00