normalize use of backticks in compiler messages for libsyntax/feature_gate
https://github.com/rust-lang/rust/issues/60532
This commit is contained in:
parent
909f5a0494
commit
41e71b0c93
221 changed files with 693 additions and 693 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
use core::alloc::Layout;
|
||||
|
||||
#[alloc_error_handler] //~ ERROR #[alloc_error_handler] is an unstable feature
|
||||
#[alloc_error_handler] //~ ERROR `#[alloc_error_handler]` is an unstable feature
|
||||
fn oom(info: Layout) -> ! {
|
||||
loop {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue