]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/issue-3021-b.rs
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / test / compile-fail / issue-3021-b.rs
index 5c539cd739cefe51df9d933a85ef28098dcc15e6..2b0a24cfdb35f9e3bbabf3baaa3a5f7a0904f21a 100644 (file)
@@ -17,7 +17,6 @@ fn siphash(k0 : u64) {
     impl siphash {
         pub fn reset(&mut self) {
            self.v0 = k0 ^ 0x736f6d6570736575; //~ ERROR can't capture dynamic environment
-           //~^ ERROR unresolved name `k0`
         }
     }
 }