]> git.lizzy.rs Git - rust.git/blobdiff - tests/target/chains.rs
Merge pull request #681 from rust-lang-nursery/comment-style
[rust.git] / tests / target / chains.rs
index 2fb201011a5c2ad4107a0d733c9952f0fecf8d35..d8fca6d40fe294f22fcc8d777696262f4166429d 100644 (file)
@@ -132,3 +132,9 @@ fn is_replaced_content() -> bool {
     constellat.send(ConstellationMsg::ViewportConstrained(self.id, constraints))
               .unwrap();
 }
+
+fn issue587() {
+    a.b::<()>(c);
+
+    std::mem::transmute(dl.symbol::<()>("init").unwrap())
+}