diff options
| author | León Orell Valerian Liehr <liehr.exchange@gmx.net> | 2022-10-17 12:04:16 +0200 |
|---|---|---|
| committer | León Orell Valerian Liehr <liehr.exchange@gmx.net> | 2022-10-17 12:08:46 +0200 |
| commit | 684df4d24ec605a07f1a5789c1d0027d4887103c (patch) | |
| tree | ff734bbb86f614c3d0ed3b6ec565a4014d5177b5 /compiler/rustc_span/src | |
| parent | bf286a82e236e065c67909657e3a35d1511d1864 (diff) | |
| download | rust-684df4d24ec605a07f1a5789c1d0027d4887103c.tar.gz rust-684df4d24ec605a07f1a5789c1d0027d4887103c.zip | |
Make diagnostic for unsatisfied Termination bounds more precise
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 c6711b603b6..3fe79370c37 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -451,6 +451,7 @@ symbols! { call_once, caller_location, capture_disjoint_fields, + cause, cdylib, ceilf32, ceilf64, |
