about summary refs log tree commit diff
path: root/tests/ui/pattern
diff options
context:
space:
mode:
authorZalathar <Zalathar@users.noreply.github.com>2025-04-16 20:03:18 +1000
committerZalathar <Zalathar@users.noreply.github.com>2025-04-16 20:24:55 +1000
commit4d6ae78fa22d04b2c255cb43faabc1ada36cd2c1 (patch)
tree832f93c3fd60cf866c694d44e285f0526159db56 /tests/ui/pattern
parentefb1e3d676e1549811da79ebd124b6fc4d856248 (diff)
downloadrust-4d6ae78fa22d04b2c255cb43faabc1ada36cd2c1.tar.gz
rust-4d6ae78fa22d04b2c255cb43faabc1ada36cd2c1.zip
Remove old diagnostic notes for type ascription syntax
Type ascription syntax was removed in 2023.
Diffstat (limited to 'tests/ui/pattern')
-rw-r--r--tests/ui/pattern/bindings-after-at/nested-type-ascription-syntactically-invalid.stderr2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/pattern/bindings-after-at/nested-type-ascription-syntactically-invalid.stderr b/tests/ui/pattern/bindings-after-at/nested-type-ascription-syntactically-invalid.stderr
index 6ce8f6d31a0..1847e407f6b 100644
--- a/tests/ui/pattern/bindings-after-at/nested-type-ascription-syntactically-invalid.stderr
+++ b/tests/ui/pattern/bindings-after-at/nested-type-ascription-syntactically-invalid.stderr
@@ -11,8 +11,6 @@ error: expected one of `)`, `,`, `@`, `if`, or `|`, found `:`
    |
 LL |     let a @ (b: u8);
    |               ^ expected one of `)`, `,`, `@`, `if`, or `|`
-   |
-   = note: type ascription syntax has been removed, see issue #101728 <https://github.com/rust-lang/rust/issues/101728>
 
 error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `=`, found `@`
   --> $DIR/nested-type-ascription-syntactically-invalid.rs:30:15