diff options
| author | Dylan MacKenzie <ecstaticmorse@gmail.com> | 2020-09-23 11:53:58 -0700 |
|---|---|---|
| committer | Dylan MacKenzie <ecstaticmorse@gmail.com> | 2020-09-25 10:37:52 -0700 |
| commit | 0d2521aaf7548f0de6c227ef68eae76df4420c03 (patch) | |
| tree | 0b08a6b422d48cdd65e51ac3df4ecf48d5b7c83b /compiler/rustc_span | |
| parent | 5bfeee5fe0140b0c2e5c96b3208c02c4ab04f8b5 (diff) | |
| download | rust-0d2521aaf7548f0de6c227ef68eae76df4420c03.tar.gz rust-0d2521aaf7548f0de6c227ef68eae76df4420c03.zip | |
Add `const_fn_floating_point_arithmetic`
Diffstat (limited to 'compiler/rustc_span')
| -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 2d5c6451d1a..4447564c8b4 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -351,6 +351,7 @@ symbols! { const_evaluatable_checked, const_extern_fn, const_fn, + const_fn_floating_point_arithmetic, const_fn_transmute, const_fn_union, const_generics, |
