about summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorArvind Mukund <armu30@gmail.com>2024-03-18 20:31:48 -0700
committerArvind Mukund <armu30@gmail.com>2024-04-23 21:30:59 -0700
commited532cc186a651a3e4b848ffbef8c080018f1732 (patch)
treeef0a3f3f0030385554b5d423701ad898021d5555 /compiler/rustc_span/src
parent437ca26de5d2fe25a37f88956b6225344084fd1d (diff)
downloadrust-ed532cc186a651a3e4b848ffbef8c080018f1732.tar.gz
rust-ed532cc186a651a3e4b848ffbef8c080018f1732.zip
Put the RFC behind a feature gate `result_ffi_guarantees`
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 8abf42e2c13..ff9b2a413c9 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -1509,6 +1509,7 @@ symbols! {
         require,
         residual,
         result,
+        result_ffi_guarantees,
         resume,
         return_position_impl_trait_in_trait,
         return_type_notation,