diff options
| author | Florian Hahn <flo@fhahn.com> | 2016-01-26 11:34:32 +0100 |
|---|---|---|
| committer | Florian Hahn <flo@fhahn.com> | 2016-01-26 11:51:24 +0100 |
| commit | 2bc8f4ff80a4343bacfcab9629eb681e576dee48 (patch) | |
| tree | c50052db83ca56527de03c8d1919bcb0be3a65ca /src/test | |
| parent | 1bde18d60c2e2a4fec149312bae6e20609b6599b (diff) | |
| download | rust-2bc8f4ff80a4343bacfcab9629eb681e576dee48.tar.gz rust-2bc8f4ff80a4343bacfcab9629eb681e576dee48.zip | |
Add interpolated_or_expr_span macro and pass lo to newly added parse_dot_suffix
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/compile-fail/issue-31011.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/issue-31011.rs b/src/test/compile-fail/issue-31011.rs index 87c1732b897..a55b6f13872 100644 --- a/src/test/compile-fail/issue-31011.rs +++ b/src/test/compile-fail/issue-31011.rs @@ -11,7 +11,7 @@ macro_rules! log { ( $ctx:expr, $( $args:expr),* ) => { if $ctx.trace { - //~^ attempted access of field `trace` on type `&T`, but no field with that name was found + //~^ ERROR attempted access of field `trace` on type `&T`, but no field with that name println!( $( $args, )* ); } } |
