about summary refs log tree commit diff
path: root/src/libsyntax_pos/lib.rs
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2018-02-28 15:09:24 -0800
committerManish Goregaokar <manishsmail@gmail.com>2018-02-28 15:09:24 -0800
commitfac7d7cfb2388b01a27f2165cff78c252726260c (patch)
tree345e8b8f8cb857776453fe0d1d543b45cc176c47 /src/libsyntax_pos/lib.rs
parentf59ab8e96a99747f96a95fba6174658361009bb3 (diff)
parent56a68285332000c858e9aeba7d66a4ec66ebff91 (diff)
downloadrust-fac7d7cfb2388b01a27f2165cff78c252726260c.tar.gz
rust-fac7d7cfb2388b01a27f2165cff78c252726260c.zip
Rollup merge of #48359 - jsgf:remap-path-prefix, r=sanxiyn
Fixes #47311.
r? @nrc
Diffstat (limited to 'src/libsyntax_pos/lib.rs')
-rw-r--r--src/libsyntax_pos/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax_pos/lib.rs b/src/libsyntax_pos/lib.rs
index 0f6dbc39e21..e2c6b1b0c92 100644
--- a/src/libsyntax_pos/lib.rs
+++ b/src/libsyntax_pos/lib.rs
@@ -670,7 +670,7 @@ pub struct FileMap {
     /// originate from files has names between angle brackets by convention,
     /// e.g. `<anon>`
     pub name: FileName,
-    /// True if the `name` field above has been modified by -Zremap-path-prefix
+    /// True if the `name` field above has been modified by --remap-path-prefix
     pub name_was_remapped: bool,
     /// The unmapped path of the file that the source came from.
     /// Set to `None` if the FileMap was imported from an external crate.