]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-3214.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / issues / issue-3214.stderr
index 1298e4a007d41d136280630ac2070ca18e830cc1..d831be9ad3e9f3ae5f4339bbed97bfe1e9dc6bd8 100644 (file)
@@ -9,13 +9,13 @@ LL |     struct foo {
 LL |         x: T, //~ ERROR can't use type parameters from outer function
    |            ^ use of type variable from outer function
 
-error[E0244]: wrong number of type arguments: expected 0, found 1
-  --> $DIR/issue-3214.rs:16:22
+error[E0107]: wrong number of type arguments: expected 0, found 1
+  --> $DIR/issue-3214.rs:16:26
    |
 LL |     impl<T> Drop for foo<T> {
-   |                      ^^^^^^ expected no type arguments
+   |                          ^ unexpected type argument
 
 error: aborting due to 2 previous errors
 
-Some errors occurred: E0244, E0401.
-For more information about an error, try `rustc --explain E0244`.
+Some errors occurred: E0107, E0401.
+For more information about an error, try `rustc --explain E0107`.