summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/type-alias-where-fixable.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/parser/type-alias-where-fixable.stderr')
-rw-r--r--src/test/ui/parser/type-alias-where-fixable.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/parser/type-alias-where-fixable.stderr b/src/test/ui/parser/type-alias-where-fixable.stderr
index 2e516d5c4..f0acb388b 100644
--- a/src/test/ui/parser/type-alias-where-fixable.stderr
+++ b/src/test/ui/parser/type-alias-where-fixable.stderr
@@ -4,8 +4,8 @@ warning: where clause not allowed here
LL | type Assoc where u32: Copy = ();
| ^^^^^^^^^^^^^^^
|
- = note: `#[warn(deprecated_where_clause_location)]` on by default
= note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
+ = note: `#[warn(deprecated_where_clause_location)]` on by default
help: move it to the end of the type declaration
|
LL - type Assoc where u32: Copy = ();