diff options
| author | Ralf Jung <post@ralfj.de> | 2021-04-18 18:36:41 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2021-04-18 18:36:41 +0200 |
| commit | fdad6ab3a3e3f2cdd6bda7f2cc0c7da698ac01a0 (patch) | |
| tree | f2841f4f4c819a75244f2071fefb8e4d78406ef0 /compiler/rustc_span/src | |
| parent | 67650104959003d1a5828f8d79ad72aa08752055 (diff) | |
| download | rust-fdad6ab3a3e3f2cdd6bda7f2cc0c7da698ac01a0.tar.gz rust-fdad6ab3a3e3f2cdd6bda7f2cc0c7da698ac01a0.zip | |
move 'trait bounds on const fn' to separate feature gate
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 52270f0e627..6acf77a8e6e 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -382,6 +382,7 @@ symbols! { const_fn, const_fn_floating_point_arithmetic, const_fn_fn_ptr_basics, + const_fn_trait_bound, const_fn_transmute, const_fn_union, const_generic_defaults, |
