]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/issue-11714.rs
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / test / compile-fail / issue-11714.rs
index 998576097a0a06887275de88b1d82149f2fcae6e..6dde59d4a2e6098353e0374eab134060ee773c37 100644 (file)
@@ -9,6 +9,7 @@
 // except according to those terms.
 
 fn blah() -> i32 { //~ ERROR not all control paths return a value
+    //~^ HELP run `rustc --explain E0269` to see a detailed explanation
     1
 
     ; //~ HELP consider removing this semicolon: