]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/bad/bad-expr-path2.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / bad / bad-expr-path2.stderr
index e217c45b267af9f3f887b6e83aafebf13592fb7d..d06e102717951eb2d2ebd3e4372b9ccb65a5e32d 100644 (file)
@@ -23,7 +23,7 @@ LL | fn main(arguments: Vec<String>) {
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ incorrect number of function parameters
    |
    = note: expected fn pointer `fn()`
-              found fn pointer `fn(std::vec::Vec<std::string::String>)`
+              found fn pointer `fn(Vec<String>)`
 
 error: aborting due to 4 previous errors