From 51ee196235e1b9e02ca5f782c8338bb9ad6c41fc Mon Sep 17 00:00:00 2001 From: Samy Kacimi Date: Sun, 21 Jul 2019 15:51:43 +0200 Subject: normalize use of backticks in compiler messages for librustc/hir https://github.com/rust-lang/rust/issues/60532 --- src/test/ui/impl-trait/where-allowed.stderr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/ui/impl-trait') 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 -- cgit 1.4.1-3-g733a5