rust/src/test/ui/rfc1445
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
..
allow-hide-behind-direct-unsafe-ptr-embedded.rs Regression tests and updates to existing tests. 2019-07-08 12:12:03 +02:00
allow-hide-behind-direct-unsafe-ptr-param.rs Regression tests and updates to existing tests. 2019-07-08 12:12:03 +02:00
allow-hide-behind-indirect-unsafe-ptr-embedded.rs Regression tests and updates to existing tests. 2019-07-08 12:12:03 +02:00
allow-hide-behind-indirect-unsafe-ptr-param.rs Regression tests and updates to existing tests. 2019-07-08 12:12:03 +02:00
allow-use-behind-cousin-variant.rs Change indirect_structural_match lint to allow-by-default. 2019-07-12 15:32:12 +02:00
cant-hide-behind-direct-struct-embedded.rs Regression tests and updates to existing tests. 2019-07-08 12:12:03 +02:00
cant-hide-behind-direct-struct-embedded.stderr Regression tests and updates to existing tests. 2019-07-08 12:12:03 +02:00
cant-hide-behind-direct-struct-param.rs Turn indirect_structural_match lint on explicitly in ui tests. 2019-07-12 15:27:21 +02:00
cant-hide-behind-direct-struct-param.stderr Regression tests and updates to existing tests. 2019-07-08 12:12:03 +02:00
cant-hide-behind-doubly-indirect-embedded.rs Turn indirect_structural_match lint on explicitly in ui tests. 2019-07-12 15:27:21 +02:00
cant-hide-behind-doubly-indirect-embedded.stderr Turn indirect_structural_match lint on explicitly in ui tests. 2019-07-12 15:27:21 +02:00
cant-hide-behind-doubly-indirect-param.rs Turn indirect_structural_match lint on explicitly in ui tests. 2019-07-12 15:27:21 +02:00
cant-hide-behind-doubly-indirect-param.stderr Turn indirect_structural_match lint on explicitly in ui tests. 2019-07-12 15:27:21 +02:00
cant-hide-behind-indirect-struct-embedded.rs Turn indirect_structural_match lint on explicitly in ui tests. 2019-07-12 15:27:21 +02:00
cant-hide-behind-indirect-struct-embedded.stderr Turn indirect_structural_match lint on explicitly in ui tests. 2019-07-12 15:27:21 +02:00
cant-hide-behind-indirect-struct-param.rs Turn indirect_structural_match lint on explicitly in ui tests. 2019-07-12 15:27:21 +02:00
cant-hide-behind-indirect-struct-param.stderr Turn indirect_structural_match lint on explicitly in ui tests. 2019-07-12 15:27:21 +02:00
feature-gate.no_gate.stderr Migrate from #[structural_match] attribute a lang-item trait. 2019-10-25 14:52:07 +02:00
feature-gate.rs Rollup merge of #66060 - traxys:test_65401, r=michaelwoerister 2019-11-20 18:32:04 +01:00
feature-gate.with_gate.stderr rewrote error messages for #[rustc_error] 2019-11-05 22:42:23 +01:00
fn-ptr-is-structurally-matchable.rs Regression tests for fn ptr and #[structural_match] as discussed in #63479. 2019-09-13 17:08:01 +02:00
issue-61188-match-slice-forbidden-without-eq.rs fix typo in filename. 2019-10-25 11:08:07 +02:00
issue-61188-match-slice-forbidden-without-eq.stderr fix typo in filename. 2019-10-25 11:08:07 +02:00
issue-62307-match-ref-ref-forbidden-without-eq.rs Turn indirect_structural_match lint on explicitly in ui tests. 2019-07-12 15:27:21 +02:00
issue-62307-match-ref-ref-forbidden-without-eq.stderr Turn indirect_structural_match lint on explicitly in ui tests. 2019-07-12 15:27:21 +02:00
issue-63479-match-fnptr.rs Regression tests for fn ptr and #[structural_match] as discussed in #63479. 2019-09-13 17:08:01 +02:00
match-empty-array-allowed-without-eq-issue-62336.rs Added test explicitly testing that this PR continues to handle empty arrays in same manner as before. 2019-07-08 13:40:08 +02:00
match-forbidden-without-eq.rs Never stop due to errors before borrow checking 2019-04-22 13:11:53 -07:00
match-forbidden-without-eq.stderr normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
match-nonempty-array-forbidden-without-eq.rs Regression tests and updates to existing tests. 2019-07-08 12:12:03 +02:00
match-nonempty-array-forbidden-without-eq.stderr Regression tests and updates to existing tests. 2019-07-08 12:12:03 +02:00
match-requires-both-partialeq-and-eq.rs Remove licenses 2018-12-25 21:08:33 -07:00
match-requires-both-partialeq-and-eq.stderr Remove licenses 2018-12-25 21:08:33 -07:00
phantom-data-is-structurally-matchable.rs make PhantomData #[structural_match]. 2018-11-10 03:39:42 +01:00