about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/coverage/empty.rs
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-06-23 01:59:20 +0200
committerGitHub <noreply@github.com>2019-06-23 01:59:20 +0200
commit74380b3336d6d93b74f65f0a1034b29b53aae268 (patch)
tree6b20831f5e7fe26a17165678bc6c0ea78d492621 /src/test/rustdoc-ui/coverage/empty.rs
parent07c82e183bc92b76f10bbd7c3165dc959ec1ccad (diff)
parentb8106b59d2faaea57301ad000d7787b70c5b2985 (diff)
downloadrust-74380b3336d6d93b74f65f0a1034b29b53aae268.tar.gz
rust-74380b3336d6d93b74f65f0a1034b29b53aae268.zip
Rollup merge of #62068 - ia0:fix_meta_var, r=petrochenkov
Fix meta-variable binding errors in macros

The errors are either:
- The meta-variable used in the right-hand side is not bound (or defined) in the
  left-hand side.
- The meta-variable used in the right-hand side does not repeat with the same
  kleene operator as its binder in the left-hand side. Either it does not repeat
  enough, or it uses a different operator somewhere.

This change should have no semantic impact.

Found by https://github.com/rust-lang/rust/pull/62008
Diffstat (limited to 'src/test/rustdoc-ui/coverage/empty.rs')
0 files changed, 0 insertions, 0 deletions