]> git.lizzy.rs Git - rust.git/blobdiff - src/libsyntax_pos/lib.rs
Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum
[rust.git] / src / libsyntax_pos / lib.rs
index e754fe26a766fb5e5a288af76f61bce8661aa586..45eaf1d3190f2f5ac4dc285d9b05b7f873b0629a 100644 (file)
@@ -87,7 +87,7 @@ pub fn new() -> Globals {
 #[derive(Debug, Eq, PartialEq, Clone, Ord, PartialOrd, Hash, RustcDecodable, RustcEncodable)]
 pub enum FileName {
     Real(PathBuf),
-    /// e.g. "std" macros
+    /// A macro.  This includes the full name of the macro, so that there are no clashes.
     Macros(String),
     /// call to `quote!`
     QuoteExpansion,