about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorPeter Jaszkowiak <p.jaszkow@gmail.com>2025-01-27 13:32:10 -0700
committerPeter Jaszkowiak <p.jaszkow@gmail.com>2025-01-30 21:33:11 -0700
commitf530a29944ff1eba9a146704ba2f13b94331be5d (patch)
tree06bea3432752ffd1127f222d618dde4f8dbb2832 /src
parent95eaadc773eb4adab8f46cd77083d1d503fd5bff (diff)
downloadrust-f530a29944ff1eba9a146704ba2f13b94331be5d.tar.gz
rust-f530a29944ff1eba9a146704ba2f13b94331be5d.zip
implement unstable `new_range` feature
for RFC 3550, tracking issue #123741
Diffstat (limited to 'src')
-rw-r--r--src/doc/unstable-book/src/language-features/new-range.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/doc/unstable-book/src/language-features/new-range.md b/src/doc/unstable-book/src/language-features/new-range.md
new file mode 100644
index 00000000000..e7464f31e53
--- /dev/null
+++ b/src/doc/unstable-book/src/language-features/new-range.md
@@ -0,0 +1,9 @@
+# `new_range`
+
+The tracking issue for this feature is: [#123741]
+
+[#123741]: https://github.com/rust-lang/rust/issues/123741
+
+---
+
+Switch the syntaxes `a..`, `a..b`, and `a..=b` to resolve the new range types.