rust/src/test/ui/rfc1445
2020-09-23 18:04:44 +02:00
..
allow-hide-behind-direct-unsafe-ptr-embedded.rs Use precise errors during const to pat conversion instead of a catch-all on the main constant 2020-09-20 18:42:15 +02:00
allow-hide-behind-direct-unsafe-ptr-param.rs Use precise errors during const to pat conversion instead of a catch-all on the main constant 2020-09-20 18:42:15 +02:00
allow-hide-behind-indirect-unsafe-ptr-embedded.rs Use precise errors during const to pat conversion instead of a catch-all on the main constant 2020-09-20 18:42:15 +02:00
allow-hide-behind-indirect-unsafe-ptr-param.rs Use precise errors during const to pat conversion instead of a catch-all on the main constant 2020-09-20 18:42:15 +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 Deduplicate errors in const to pat conversion 2020-09-23 17:03:31 +02:00
cant-hide-behind-direct-struct-embedded.stderr Deduplicate errors in const to pat conversion 2020-09-23 17:03:31 +02:00
cant-hide-behind-direct-struct-param.rs Deduplicate errors in const to pat conversion 2020-09-23 17:03:31 +02:00
cant-hide-behind-direct-struct-param.stderr Deduplicate errors in const to pat conversion 2020-09-23 17:03:31 +02:00
cant-hide-behind-doubly-indirect-embedded.rs Make sure we don't hide errors just because a lint has been emitted 2020-09-23 17:52:37 +02:00
cant-hide-behind-doubly-indirect-embedded.stderr Make sure we report a future incompat error in all cases 2020-09-23 18:04:44 +02:00
cant-hide-behind-doubly-indirect-param.rs Make sure we don't hide errors just because a lint has been emitted 2020-09-23 17:52:37 +02:00
cant-hide-behind-doubly-indirect-param.stderr Make sure we report a future incompat error in all cases 2020-09-23 18:04:44 +02:00
cant-hide-behind-indirect-struct-embedded.rs Make sure we don't hide errors just because a lint has been emitted 2020-09-23 17:52:37 +02:00
cant-hide-behind-indirect-struct-embedded.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
cant-hide-behind-indirect-struct-param.rs Make sure we don't hide errors just because a lint has been emitted 2020-09-23 17:52:37 +02:00
cant-hide-behind-indirect-struct-param.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
feature-gate.no_gate.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
feature-gate.rs Remove attribute #[structural_match] and any references to it 2020-03-24 22:58:15 +03:00
feature-gate.with_gate.stderr Use smaller def span for functions 2020-08-22 18:41:49 -04:00
fn-ptr-is-structurally-matchable.rs Remove attribute #[structural_match] and any references to it 2020-03-24 22:58:15 +03:00
issue-61188-match-slice-forbidden-without-eq.rs Remove attribute #[structural_match] and any references to it 2020-03-24 22:58:15 +03: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 Make sure we don't hide errors just because a lint has been emitted 2020-09-23 17:52:37 +02:00
issue-62307-match-ref-ref-forbidden-without-eq.stderr Make sure we report a future incompat error in all cases 2020-09-23 18:04:44 +02:00
issue-63479-match-fnptr.rs Talk about unpredictable instead of "not deterministic" 2020-09-23 16:38:30 +02:00
issue-63479-match-fnptr.stderr Talk about unpredictable instead of "not deterministic" 2020-09-23 16:38:30 +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 Deduplicate errors in const to pat conversion 2020-09-23 17:03:31 +02:00
match-forbidden-without-eq.stderr Deduplicate errors in const to pat conversion 2020-09-23 17:03:31 +02:00
match-nonempty-array-forbidden-without-eq.rs Deduplicate errors in const to pat conversion 2020-09-23 17:03:31 +02:00
match-nonempty-array-forbidden-without-eq.stderr Deduplicate errors in const to pat conversion 2020-09-23 17:03:31 +02:00
match-requires-both-partialeq-and-eq.rs Deduplicate errors in const to pat conversion 2020-09-23 17:03:31 +02:00
match-requires-both-partialeq-and-eq.stderr Deduplicate errors in const to pat conversion 2020-09-23 17:03:31 +02:00
phantom-data-is-structurally-matchable.rs Remove attribute #[structural_match] and any references to it 2020-03-24 22:58:15 +03:00