summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorAndrea Nall <anall@andreanall.com>2021-02-16 02:32:21 +0000
committerAndrea Nall <anall@andreanall.com>2021-02-16 02:32:21 +0000
commit67fcaaaa7a9c393926e25db600a9976137425d68 (patch)
tree200bffeac102eef6010cfe328b8ce914991e8558 /compiler/rustc_span/src
parentc6bb62810ae226b35e0181d8c4efc6d0377d196d (diff)
downloadrust-67fcaaaa7a9c393926e25db600a9976137425d68.tar.gz
rust-67fcaaaa7a9c393926e25db600a9976137425d68.zip
a few more diagnostic items
Diffstat (limited to 'compiler/rustc_span/src')
-rw-r--r--compiler/rustc_span/src/symbol.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs
index 83b13e7d93c..1137a83bc77 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -169,11 +169,13 @@ symbols! {
         Option,
         Ord,
         Ordering,
+        OsStr,
         OsString,
         Output,
         Param,
         PartialEq,
         PartialOrd,
+        Path,
         PathBuf,
         Pending,
         Pin,
@@ -201,6 +203,7 @@ symbols! {
         Sync,
         Target,
         ToOwned,
+        ToString,
         Try,
         Ty,
         TyCtxt,