diff options
| author | Jared Roesch <roeschinc@gmail.com> | 2015-08-03 13:51:23 -0700 |
|---|---|---|
| committer | Jared Roesch <roeschinc@gmail.com> | 2015-08-04 16:05:07 -0700 |
| commit | f004079de22fa32cc3342bc770f415b9d395beb6 (patch) | |
| tree | 632e152f82feb0489ee0e24a95fd93bb33d749cc /src/libsyntax | |
| parent | 89d401f6aba9166246e329b1aa18bd5f32fbed7e (diff) | |
| download | rust-f004079de22fa32cc3342bc770f415b9d395beb6.tar.gz rust-f004079de22fa32cc3342bc770f415b9d395beb6.zip | |
Actually commit tests
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/ext/expand.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/ext/expand.rs b/src/libsyntax/ext/expand.rs index b80551c9972..517fd9421ec 100644 --- a/src/libsyntax/ext/expand.rs +++ b/src/libsyntax/ext/expand.rs @@ -1580,7 +1580,7 @@ pub fn expand_type(t: P<ast::Ty>, fld: &mut MacroExpander) -> P<ast::Ty> { &fld.cx.parse_sess.span_diagnostic, "type_macros", t.span, - "type macros are experimental (see tracking issue: 27336)"); + "type macros are experimental (see issue: #27336)"); t } } |
