diff options
| author | Peter Jaszkowiak <p.jaszkow@gmail.com> | 2025-01-27 13:32:10 -0700 |
|---|---|---|
| committer | Peter Jaszkowiak <p.jaszkow@gmail.com> | 2025-01-30 21:33:11 -0700 |
| commit | f530a29944ff1eba9a146704ba2f13b94331be5d (patch) | |
| tree | 06bea3432752ffd1127f222d618dde4f8dbb2832 /compiler/rustc_span | |
| parent | 95eaadc773eb4adab8f46cd77083d1d503fd5bff (diff) | |
| download | rust-f530a29944ff1eba9a146704ba2f13b94331be5d.tar.gz rust-f530a29944ff1eba9a146704ba2f13b94331be5d.zip | |
implement unstable `new_range` feature
for RFC 3550, tracking issue #123741
Diffstat (limited to 'compiler/rustc_span')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 6f1d3a74a81..dca96b74174 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -294,9 +294,12 @@ symbols! { ProceduralMasqueradeDummyType, Range, RangeBounds, + RangeCopy, RangeFrom, + RangeFromCopy, RangeFull, RangeInclusive, + RangeInclusiveCopy, RangeTo, RangeToInclusive, Rc, @@ -1367,6 +1370,7 @@ symbols! { new_lower_hex, new_octal, new_pointer, + new_range, new_unchecked, new_upper_exp, new_upper_hex, |
