]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/doc-before-semi.rs
Add 'compiler/rustc_codegen_cranelift/' from commit '793d26047f994e23415f8f6bb5686ff2...
[rust.git] / src / test / ui / parser / doc-before-semi.rs
index c3f478fe4207757f11efb0d2669a1b7b18ce48c2..405a7e1e2a33b9eca931dfe4b53b87cd884f2e25 100644 (file)
@@ -3,6 +3,4 @@ fn main() {
     //~^ ERROR found a documentation comment that doesn't document anything
     //~| HELP maybe a comment was intended
     ;
-    //~^ WARNING unnecessary trailing semicolon
-    //~| HELP remove this semicolon
 }