summary refs log tree commit diff
path: root/src/test/ui/impl-trait
diff options
context:
space:
mode:
authorSamy Kacimi <samy.kacimi@protonmail.ch>2019-07-21 15:51:43 +0200
committerSamy Kacimi <samy.kacimi@protonmail.ch>2019-07-21 16:54:33 +0200
commit51ee196235e1b9e02ca5f782c8338bb9ad6c41fc (patch)
tree9b0cabd9a3f35248bffda79b0354f9ca6ae228a8 /src/test/ui/impl-trait
parent83dfe7b27cf2debecebedd3b038f9a1c2e05e051 (diff)
downloadrust-51ee196235e1b9e02ca5f782c8338bb9ad6c41fc.tar.gz
rust-51ee196235e1b9e02ca5f782c8338bb9ad6c41fc.zip
normalize use of backticks in compiler messages for librustc/hir
https://github.com/rust-lang/rust/issues/60532
Diffstat (limited to 'src/test/ui/impl-trait')
-rw-r--r--src/test/ui/impl-trait/where-allowed.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/impl-trait/where-allowed.stderr b/src/test/ui/impl-trait/where-allowed.stderr
index e7a8430faea..9895b028a4e 100644
--- a/src/test/ui/impl-trait/where-allowed.stderr
+++ b/src/test/ui/impl-trait/where-allowed.stderr
@@ -232,7 +232,7 @@ error[E0562]: `impl Trait` not allowed outside of function and inherent method r
 LL |     let _in_local_variable: impl Fn() = || {};
    |                             ^^^^^^^^^
    |
-   = help: add #![feature(impl_trait_in_bindings)] to the crate attributes to enable
+   = help: add `#![feature(impl_trait_in_bindings)]` to the crate attributes to enable
 
 error[E0562]: `impl Trait` not allowed outside of function and inherent method return types
   --> $DIR/where-allowed.rs:222:46