rust/src/test/ui/rfc1445
2019-07-17 22:49:48 +02: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 normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
feature-gate.rs Remove licenses 2018-12-25 21:08:33 -07:00
feature-gate.with_gate.stderr Updated UI test output to remove test annotations for revisions 2019-03-17 17:00:18 +01:00
issue-61118-match-slice-forbidden-without-eq.rs Regression tests and updates to existing tests. 2019-07-08 12:12:03 +02:00
issue-61118-match-slice-forbidden-without-eq.stderr Regression tests and updates to existing tests. 2019-07-08 12:12:03 +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
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