]> git.lizzy.rs Git - rust.git/blobdiff - tests/target/paths.rs
Fix qself rewrites without explicit casts
[rust.git] / tests / target / paths.rs
index c69275c7ff92ecf697e2de120b6996fa81e3efef..4fa3a52fe6cb0c45a1259f3145a27f6ba92f828f 100644 (file)
@@ -13,6 +13,8 @@ fn main() {
                                                                                      supports_clipboard);
 
     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 {