]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/error-codes/E0008.stderr
normalize use of backticks/lowercase in compiler messages for librustc_mir
[rust.git] / src / test / ui / error-codes / E0008.stderr
index 2505c03a148afaa19a1b7539121b20081c887a62..6b45439c4b5877ceadbc7c9cdb715da89ad50241 100644 (file)
@@ -4,7 +4,7 @@ error[E0008]: cannot bind by-move into a pattern guard
 LL |         Some(s) if s.len() == 0 => {},
    |              ^ moves value into pattern guard
    |
-   = help: add #![feature(bind_by_move_pattern_guards)] to the crate attributes to enable
+   = help: add `#![feature(bind_by_move_pattern_guards)]` to the crate attributes to enable
 
 error: aborting due to previous error