rust/tests/ui/rfcs/rfc-1445-restrict-constants-in-patterns
dianne d7d6238b23 use backticks instead of single quotes when reporting "use of unstable library feature"
This is consistent with all other diagnostics I could find containing
features and enables the use of `DiagSymbolList` for generalizing
diagnostics for unstable library features to multiple features.
2024-11-03 13:55:52 -08:00
..
rfc1445
allow-use-behind-cousin-variant.rs
cant-hide-behind-direct-struct-embedded.rs
cant-hide-behind-direct-struct-embedded.stderr
cant-hide-behind-direct-struct-param.rs remove IndirectStructuralMatch lint, emit the usual hard error instead 2024-05-03 15:56:59 +02:00
cant-hide-behind-direct-struct-param.stderr remove IndirectStructuralMatch lint, emit the usual hard error instead 2024-05-03 15:56:59 +02:00
cant-hide-behind-doubly-indirect-embedded.rs remove IndirectStructuralMatch lint, emit the usual hard error instead 2024-05-03 15:56:59 +02:00
cant-hide-behind-doubly-indirect-embedded.stderr remove IndirectStructuralMatch lint, emit the usual hard error instead 2024-05-03 15:56:59 +02:00
cant-hide-behind-doubly-indirect-param.rs remove IndirectStructuralMatch lint, emit the usual hard error instead 2024-05-03 15:56:59 +02:00
cant-hide-behind-doubly-indirect-param.stderr remove IndirectStructuralMatch lint, emit the usual hard error instead 2024-05-03 15:56:59 +02:00
cant-hide-behind-indirect-struct-embedded.rs remove IndirectStructuralMatch lint, emit the usual hard error instead 2024-05-03 15:56:59 +02:00
cant-hide-behind-indirect-struct-embedded.stderr remove IndirectStructuralMatch lint, emit the usual hard error instead 2024-05-03 15:56:59 +02:00
cant-hide-behind-indirect-struct-param.rs remove IndirectStructuralMatch lint, emit the usual hard error instead 2024-05-03 15:56:59 +02:00
cant-hide-behind-indirect-struct-param.stderr remove IndirectStructuralMatch lint, emit the usual hard error instead 2024-05-03 15:56:59 +02:00
feature-gate.no_gate.stderr use backticks instead of single quotes when reporting "use of unstable library feature" 2024-11-03 13:55:52 -08:00
feature-gate.rs use backticks instead of single quotes when reporting "use of unstable library feature" 2024-11-03 13:55:52 -08:00
feature-gate.with_gate.stderr
fn-ptr-is-not-structurally-matchable.rs turn pointer_structural_match into a hard error 2024-05-03 15:56:59 +02:00
fn-ptr-is-not-structurally-matchable.stderr turn pointer_structural_match into a hard error 2024-05-03 15:56:59 +02:00
issue-6804-nan-match.rs const_to_pat: cleanup leftovers from when we had to deal with non-structural constants 2024-07-18 11:58:16 +02:00
issue-6804-nan-match.stderr const_to_pat: cleanup leftovers from when we had to deal with non-structural constants 2024-07-18 11:58:16 +02:00
issue-61188-match-slice-forbidden-without-eq.rs const_to_pat: cleanup leftovers from when we had to deal with non-structural constants 2024-07-18 11:58:16 +02:00
issue-61188-match-slice-forbidden-without-eq.stderr const_to_pat: cleanup leftovers from when we had to deal with non-structural constants 2024-07-18 11:58:16 +02:00
issue-62307-match-ref-ref-forbidden-without-eq.rs remove IndirectStructuralMatch lint, emit the usual hard error instead 2024-05-03 15:56:59 +02:00
issue-62307-match-ref-ref-forbidden-without-eq.stderr remove IndirectStructuralMatch lint, emit the usual hard error instead 2024-05-03 15:56:59 +02:00
issue-63479-match-fnptr.rs turn pointer_structural_match into a hard error 2024-05-03 15:56:59 +02:00
issue-63479-match-fnptr.stderr turn pointer_structural_match into a hard error 2024-05-03 15:56:59 +02:00
match-empty-array-allowed-without-eq-issue-62336.rs
match-requires-both-partialeq-and-eq.rs
match-requires-both-partialeq-and-eq.stderr
phantom-data-is-structurally-matchable.rs