about summary refs log tree commit diff
path: root/src/test/run-pass/const-block-item-macro-codegen.rs
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2015-03-22 13:13:15 -0700
committerBrian Anderson <banderson@mozilla.com>2015-03-23 14:40:26 -0700
commit8c93a79e387f5197e8b8fe73b3d87d2b101b7c4a (patch)
treed2cb1326e0e65d1a271f77452f3ad1b64386d7ad /src/test/run-pass/const-block-item-macro-codegen.rs
parente9019101a82dd7f61dcdcd52bcc0123d5ed25d22 (diff)
downloadrust-8c93a79e387f5197e8b8fe73b3d87d2b101b7c4a.tar.gz
rust-8c93a79e387f5197e8b8fe73b3d87d2b101b7c4a.zip
rustdoc: Replace no-pretty-expanded with pretty-expanded
Now that features must be declared expanded source often does not compile.
This adds 'pretty-expanded' to a bunch of test cases that still work.
Diffstat (limited to 'src/test/run-pass/const-block-item-macro-codegen.rs')
-rw-r--r--src/test/run-pass/const-block-item-macro-codegen.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/const-block-item-macro-codegen.rs b/src/test/run-pass/const-block-item-macro-codegen.rs
index 03afe798954..06fbccdec06 100644
--- a/src/test/run-pass/const-block-item-macro-codegen.rs
+++ b/src/test/run-pass/const-block-item-macro-codegen.rs
@@ -11,6 +11,8 @@
 // General test that function items in static blocks
 // can be generated with a macro.
 
+// pretty-expanded FIXME #23616
+
 struct MyType {
     desc: &'static str,
     data: uint,