]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/issue-13775.rs
Imported Upstream version 1.0.0~beta
[rustc.git] / src / test / run-pass / issue-13775.rs
index 8731662afa307a30a167e14e8a1e2879220c0dea..3b70bea719b2ff8b382e41d463fe77ead3008b77 100644 (file)
@@ -8,8 +8,10 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// pretty-expanded FIXME #23616
+
 trait Foo {
-    fn bar(&self, int) {}
+    fn bar(&self, isize) {}
 }
 
 fn main() {}