rust/src/test/ui/rfc1445
2020-01-24 16:24:50 +00: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 Update tests 2020-01-09 21:23:12 +03:00
cant-hide-behind-direct-struct-embedded.stderr Update tests 2020-01-09 21:23:12 +03:00
cant-hide-behind-direct-struct-param.rs Update tests 2020-01-09 21:23:12 +03:00
cant-hide-behind-direct-struct-param.stderr Update tests 2020-01-09 21:23:12 +03: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 Normalise notes with the/is 2020-01-24 16:24:50 +00: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 Normalise notes with the/is 2020-01-24 16:24:50 +00: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 Normalise notes with the/is 2020-01-24 16:24:50 +00: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 Normalise notes with the/is 2020-01-24 16:24:50 +00: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 Normalise notes with the/is 2020-01-24 16:24:50 +00: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 Update tests 2020-01-09 21:23:12 +03:00
match-forbidden-without-eq.stderr Update tests 2020-01-09 21:23:12 +03:00
match-nonempty-array-forbidden-without-eq.rs Update tests 2020-01-09 21:23:12 +03:00
match-nonempty-array-forbidden-without-eq.stderr Update tests 2020-01-09 21:23:12 +03:00
match-requires-both-partialeq-and-eq.rs Update tests 2020-01-09 21:23:12 +03:00
match-requires-both-partialeq-and-eq.stderr Update tests 2020-01-09 21:23:12 +03:00
phantom-data-is-structurally-matchable.rs make PhantomData #[structural_match]. 2018-11-10 03:39:42 +01:00