]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/unboxed-closures-counter-not-moved.rs
New upstream version 1.12.0+dfsg1
[rustc.git] / src / test / run-pass / unboxed-closures-counter-not-moved.rs
index cb5f190bcd73630e7c1a7b4bc8434c128147ce88..0b85916d224108922dc2b3bd735cf5464def66ce 100644 (file)
@@ -10,7 +10,6 @@
 
 // Test that we mutate a counter on the stack only when we expect to.
 
-
 fn call<F>(f: F) where F : FnOnce() {
     f();
 }