]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/utf8_idents.stderr
Rollup merge of #61207 - taiki-e:arbitrary_self_types-lifetime-elision-2, r=Centril
[rust.git] / src / test / ui / utf8_idents.stderr
index b65848cc58f6e78d3c1af9ffed8ebdfd9f1f33bc..56de63da4f979144e2a6aa9869423fc08b2bef65 100644 (file)
@@ -5,7 +5,7 @@ LL |     'β,
    |     ^^
    |
    = note: for more information, see https://github.com/rust-lang/rust/issues/55467
-   = help: add #![feature(non_ascii_idents)] to the crate attributes to enable
+   = help: add `#![feature(non_ascii_idents)]` to the crate attributes to enable
 
 error[E0658]: non-ascii idents are not fully supported
   --> $DIR/utf8_idents.rs:3:5
@@ -14,7 +14,7 @@ LL |     γ
    |     ^
    |
    = note: for more information, see https://github.com/rust-lang/rust/issues/55467
-   = help: add #![feature(non_ascii_idents)] to the crate attributes to enable
+   = help: add `#![feature(non_ascii_idents)]` to the crate attributes to enable
 
 error[E0658]: non-ascii idents are not fully supported
   --> $DIR/utf8_idents.rs:8:5
@@ -23,7 +23,7 @@ LL |     δ: usize
    |     ^
    |
    = note: for more information, see https://github.com/rust-lang/rust/issues/55467
-   = help: add #![feature(non_ascii_idents)] to the crate attributes to enable
+   = help: add `#![feature(non_ascii_idents)]` to the crate attributes to enable
 
 error[E0658]: non-ascii idents are not fully supported
   --> $DIR/utf8_idents.rs:12:9
@@ -32,7 +32,7 @@ LL |     let α = 0.00001f64;
    |         ^
    |
    = note: for more information, see https://github.com/rust-lang/rust/issues/55467
-   = help: add #![feature(non_ascii_idents)] to the crate attributes to enable
+   = help: add `#![feature(non_ascii_idents)]` to the crate attributes to enable
 
 warning: type parameter `γ` should have an upper camel case name
   --> $DIR/utf8_idents.rs:3:5
@@ -40,7 +40,7 @@ warning: type parameter `γ` should have an upper camel case name
 LL |     γ
    |     ^ help: convert the identifier to upper camel case: `Γ`
    |
-   = note: #[warn(non_camel_case_types)] on by default
+   = note: `#[warn(non_camel_case_types)]` on by default
 
 error: aborting due to 4 previous errors