]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/issue-6341.rs
New upstream version 1.19.0+dfsg1
[rustc.git] / src / test / run-pass / issue-6341.rs
index 6e49c0435665df0a693a9acc532cba6c93297279..41abaa2c8b853abaf29e883bc8e50f59cc8c8de4 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
+
 #[derive(PartialEq)]
-struct A { x: uint }
+struct A { x: usize }
 
 impl Drop for A {
     fn drop(&mut self) {}