]> git.proxmox.com Git - rustc.git/blobdiff - tests/ui/const-generics/parser-error-recovery/issue-89013-no-kw.stderr
New upstream version 1.69.0+dfsg1
[rustc.git] / tests / ui / const-generics / parser-error-recovery / issue-89013-no-kw.stderr
index acfdde8e1a01f16a45ee76e7f11e15ce22f96d84..4f4e1aa3a046ff1ee1106b66fe807126887bba8d 100644 (file)
@@ -7,7 +7,7 @@ LL | impl Foo<N = 3> for Bar {
    = note: see issue #92827 <https://github.com/rust-lang/rust/issues/92827> for more information
    = help: add `#![feature(associated_const_equality)]` to the crate attributes to enable
 
-error[E0107]: this trait takes 1 generic argument but 0 generic arguments were supplied
+error[E0107]: trait takes 1 generic argument but 0 generic arguments were supplied
   --> $DIR/issue-89013-no-kw.rs:9:6
    |
 LL | impl Foo<N = 3> for Bar {