]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/macro-path.rs
Imported Upstream version 1.0.0~beta
[rustc.git] / src / test / run-pass / macro-path.rs
index 4aa1587943413de7cc5fa0be6948fc642054c7ac..2e8806229778e7279d9d42e131a673aed48fbaac 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
+
 mod m {
-    pub type t = int;
+    pub type t = isize;
 }
 
 macro_rules! foo {