Rollup merge of #89622 - m-ou-se:debug-assert-2021, r=estebank

Use correct edition for panic in [debug_]assert!().

See https://github.com/rust-lang/rust/issues/88638#issuecomment-915472783
This commit is contained in:
Jubilee
2021-10-07 20:26:15 -07:00
committed by GitHub
6 changed files with 148 additions and 4 deletions

View File

@@ -570,6 +570,7 @@ symbols! {
dyn_metadata,
dyn_trait,
edition_macro_pats,
edition_panic,
eh_catch_typeinfo,
eh_personality,
emit_enum,