]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/resolve/issue-21221-2.stderr
Add new error code
[rust.git] / src / test / ui / resolve / issue-21221-2.stderr
index f0b22754e6444607af28f16310bbe92a490c5f7e..b35f1bd26706ccfc5bafcf5b03018d13ac9159a8 100644 (file)
@@ -7,7 +7,7 @@ error[E0405]: cannot find trait `T` in this scope
 help: possible candidate is found in another module, you can import it into scope
    | use foo::bar::T;
 
-error: main function not found
+error[E0601]: main function not found
 
 error: cannot continue compilation due to previous error