about summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorGus Wynn <guswynn@gmail.com>2021-09-04 19:36:51 -0700
committerGus Wynn <guswynn@gmail.com>2021-09-11 10:45:17 -0700
commit2271376fb224661fd8b7e5e5788217e8fe9e5ecc (patch)
tree71fcff7c7511d1bd2c7d5a9802a8bfaea75e09f7 /compiler/rustc_span/src
parent5d2a410ff78247c418e28b69f7cad02bdd2168d6 (diff)
downloadrust-2271376fb224661fd8b7e5e5788217e8fe9e5ecc.tar.gz
rust-2271376fb224661fd8b7e5e5788217e8fe9e5ecc.zip
must_not_suspend impl
Diffstat (limited to 'compiler/rustc_span/src')
-rw-r--r--compiler/rustc_span/src/symbol.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs
index 24023163cc3..eecbb9a9cfa 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -836,6 +836,7 @@ symbols! {
         mul,
         mul_assign,
         mul_with_overflow,
+        must_not_suspend,
         must_use,
         mut_ptr,
         mut_slice_ptr,