diff options
| author | bors <bors@rust-lang.org> | 2016-10-01 06:59:09 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-01 06:59:09 -0700 |
| commit | df9fa1a51e9e9570c30b98be2409964313f5d607 (patch) | |
| tree | 1687c31700872c8587edfee7bd50510e17a75e7f /src/libsyntax/diagnostics | |
| parent | 5045d4e39621b265eca947277f07e23f62608ad0 (diff) | |
| parent | 406fe7e3c2cf3e339763aea2a263559b8a8e6d87 (diff) | |
| download | rust-df9fa1a51e9e9570c30b98be2409964313f5d607.tar.gz rust-df9fa1a51e9e9570c30b98be2409964313f5d607.zip | |
Auto merge of #36857 - Manishearth:syntax-rollup, r=Manishearth
Syntax breaking batch None
Diffstat (limited to 'src/libsyntax/diagnostics')
| -rw-r--r-- | src/libsyntax/diagnostics/plugin.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/diagnostics/plugin.rs b/src/libsyntax/diagnostics/plugin.rs index 4e50299e836..81c8e0bdb82 100644 --- a/src/libsyntax/diagnostics/plugin.rs +++ b/src/libsyntax/diagnostics/plugin.rs @@ -215,7 +215,7 @@ pub fn expand_build_diagnostic_array<'cx>(ecx: &'cx mut ExtCtxt, let ty = ecx.ty( span, - ast::TyKind::FixedLengthVec( + ast::TyKind::Array( ecx.ty( span, ast::TyKind::Tup(vec![ty_str.clone(), ty_str]) |
