diff options
| author | Nathan Whitaker <nathan.whitaker01@gmail.com> | 2020-08-18 17:02:23 -0400 |
|---|---|---|
| committer | Nathan Whitaker <nathan.whitaker01@gmail.com> | 2020-10-26 18:19:47 -0400 |
| commit | 8b65df06ce0cf78fd2298c9cd63e1f5beb40525f (patch) | |
| tree | 9d1ba2b6e8a4e50a9a4d236b2812de887fca8286 /compiler/rustc_span | |
| parent | a2f4afe0f6e9ce451e2aca0a91100c6335be9181 (diff) | |
| download | rust-8b65df06ce0cf78fd2298c9cd63e1f5beb40525f.tar.gz rust-8b65df06ce0cf78fd2298c9cd63e1f5beb40525f.zip | |
Address review comments
Diffstat (limited to 'compiler/rustc_span')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index bae1e4f314c..38539643416 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -127,6 +127,7 @@ symbols! { ArgumentV1, Arguments, C, + CString, Center, Clone, Copy, @@ -261,6 +262,7 @@ symbols! { arm_target_feature, array, arrays, + as_ptr, as_str, asm, assert, @@ -310,6 +312,7 @@ symbols! { breakpoint, bridge, bswap, + c_str, c_variadic, call, call_mut, @@ -477,6 +480,7 @@ symbols! { existential_type, exp2f32, exp2f64, + expect, expected, expf32, expf64, @@ -500,6 +504,7 @@ symbols! { fadd_fast, fdiv_fast, feature, + ffi, ffi_const, ffi_pure, ffi_returns_twice, @@ -1167,6 +1172,7 @@ symbols! { unused_qualifications, unwind, unwind_attributes, + unwrap, unwrap_or, use_extern_macros, use_nested_groups, |
