]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/error-codes/E0214.stderr
Accept parenthesized type args for error recovery
[rust.git] / src / test / ui / error-codes / E0214.stderr
index f87502efe1b10ac3b40faed202af61ae45d1e7d2..08a98b1c3bf3def31cf86e50a32aa7b02939e5e3 100644 (file)
@@ -4,13 +4,6 @@ error[E0214]: parenthesized parameters may only be used with a trait
 LL |     let v: Vec(&str) = vec!["foo"];
    |               ^^^^^^ only traits may use parentheses
 
-error[E0107]: wrong number of type arguments: expected 1, found 0
-  --> $DIR/E0214.rs:2:12
-   |
-LL |     let v: Vec(&str) = vec!["foo"];
-   |            ^^^^^^^^^ expected 1 type argument
-
-error: aborting due to 2 previous errors
+error: aborting due to previous error
 
-Some errors occurred: E0107, E0214.
-For more information about an error, try `rustc --explain E0107`.
+For more information about this error, try `rustc --explain E0214`.