rust/compiler/rustc_mir_build/src
Alan Egerton ddcfb94b84
Suppress erroneous suggestion
The suggestion to use `let else` with an uninitialized refutable `let`
statement was erroneous: `let else` cannot be used with deferred
initialization.
2024-04-12 17:45:15 +01:00
..
build Rollup merge of #123324 - Nadrieril:false-edges2, r=matthewjasper 2024-04-04 14:51:16 +02:00
thir Suppress erroneous suggestion 2024-04-12 17:45:15 +01:00
check_unsafety.rs Remove MIR unsafe check 2024-04-03 08:50:12 +00:00
errors.rs Fix suggestions for match non-exhaustiveness 2024-04-02 19:06:28 -04:00
lib.rs Auto merge of #122721 - oli-obk:merge_queries, r=davidtwco 2024-03-25 01:33:46 +00:00
lints.rs Change InlineAsm to allow multiple targets instead 2024-02-24 18:50:09 +00:00