diff options
| author | Ralf Jung <post@ralfj.de> | 2021-04-18 19:02:33 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2021-04-18 19:11:29 +0200 |
| commit | fbfaab2cb745e98ab0f01631803319fd4cce2709 (patch) | |
| tree | 596f84fc852196e6b324b64ca1e1ab87bcd2d090 /compiler/rustc_span/src | |
| parent | fdad6ab3a3e3f2cdd6bda7f2cc0c7da698ac01a0 (diff) | |
| download | rust-fbfaab2cb745e98ab0f01631803319fd4cce2709.tar.gz rust-fbfaab2cb745e98ab0f01631803319fd4cce2709.zip | |
separate feature flag for unsizing casts in const fn
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 6acf77a8e6e..6456e96fa6a 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -385,6 +385,7 @@ symbols! { const_fn_trait_bound, const_fn_transmute, const_fn_union, + const_fn_unsize, const_generic_defaults, const_generics, const_generics_defaults, |
