]> git.lizzy.rs Git - rust.git/blobdiff - tests/source/paths.rs
Fix qself rewrites without explicit casts
[rust.git] / tests / source / paths.rs
index 51edf7076456007fa2babfe72a0a7e372a5922bf..d2b4a66622acbcf0887eaae236370b5c20aa5b4b 100644 (file)
@@ -15,6 +15,8 @@ fn main() {
      Quux::<ParamOne,   // Comment 1
             ParamTwo,   // Comment 2
                     >::some_func();
+
+    < *mut JSObject >:: relocate(entry);
 }
 
 fn op(foo: Bar, key : &[u8], upd : Fn(Option<&memcache::Item> , Baz  ) -> Result) -> MapResult {}