about summary refs log tree commit diff
path: root/src/libsyntax/error_codes.rs
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-07-24 16:13:15 +0200
committerGitHub <noreply@github.com>2019-07-24 16:13:15 +0200
commit5c8dfd589c02665224b5d89cc542d34a084e9a55 (patch)
treeffb0969dc396476d194425263a44519b099be772 /src/libsyntax/error_codes.rs
parente933f547934f8e01ac9e214b784991f1266e582f (diff)
parent2083a123a50e9939bab639d9f06b9ef4cdc3d3ed (diff)
downloadrust-5c8dfd589c02665224b5d89cc542d34a084e9a55.tar.gz
rust-5c8dfd589c02665224b5d89cc542d34a084e9a55.zip
Rollup merge of #62890 - fakenine:normalize_use_of_backticks_compiler_messages_p15, r=Centril
Normalize use of backticks in compiler messages for libsyntax/*

https://github.com/rust-lang/rust/issues/60532
Diffstat (limited to 'src/libsyntax/error_codes.rs')
-rw-r--r--src/libsyntax/error_codes.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/error_codes.rs b/src/libsyntax/error_codes.rs
index e2d212eb721..029ce73498c 100644
--- a/src/libsyntax/error_codes.rs
+++ b/src/libsyntax/error_codes.rs
@@ -182,7 +182,7 @@ beta compilers will not comply.
 Example of erroneous code (on a stable compiler):
 
 ```ignore (depends on release channel)
-#![feature(non_ascii_idents)] // error: #![feature] may not be used on the
+#![feature(non_ascii_idents)] // error: `#![feature]` may not be used on the
                               //        stable release channel
 ```