about summary refs log tree commit diff
path: root/compiler/rustc_errors/src
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_errors/src')
-rw-r--r--compiler/rustc_errors/src/emitter.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/rustc_errors/src/emitter.rs b/compiler/rustc_errors/src/emitter.rs
index 1922dbef64d..dda1e4c24ed 100644
--- a/compiler/rustc_errors/src/emitter.rs
+++ b/compiler/rustc_errors/src/emitter.rs
@@ -357,7 +357,8 @@ pub trait Emitter {
                 }
 
                 if matches!(trace.kind, ExpnKind::Inlined) {
-                    new_labels.push((trace.call_site, "in the inlined copy of this".to_string()));
+                    new_labels
+                        .push((trace.call_site, "in the inlined copy of this code".to_string()));
                 } else if always_backtrace {
                     new_labels.push((
                         trace.def_site,