rust/src/test
bors 1bcc6dc7ea Auto merge of #46895 - ricochet1k:macro-lifetimes, r=jseyfried
Allow lifetimes in macros

This is a resurrection of PR #41927 which was a resurrection of #33135, which is intended to fix #34303.

In short, this allows macros_rules! to use :lifetime as a matcher to match 'lifetimes.

Still to do:
- [x]  Feature gate
2018-01-01 07:21:23 +00:00
..
codegen Remove excessive trailing newlines. 2017-12-30 15:50:52 +08:00
codegen-units Convert codegen-unit tests to use start instead of main 2017-12-26 12:26:39 +01:00
compile-fail Auto merge of #47064 - kennytm:force-trailing-newlines, r=estebank 2018-01-01 04:09:51 +00:00
compile-fail-fulldeps Same change to point at borrow for mir errors 2017-12-15 13:52:05 -08:00
debuginfo fix debuginfo scoping of let-statements 2017-12-21 14:25:17 +02:00
incremental Remove excessive trailing newlines. 2017-12-30 15:50:52 +08:00
mir-opt Add trailing newlines to files which have no trailing newlines. 2017-12-30 15:50:52 +08:00
parse-fail Remove excessive trailing newlines. 2017-12-30 15:50:52 +08:00
pretty Fix whitespacing issues in pretty-printing of bounds 2017-12-20 00:23:18 +03:00
run-fail Remove excessive trailing newlines. 2017-12-30 15:50:52 +08:00
run-fail-fulldeps
run-make Remove excessive trailing newlines. 2017-12-30 15:50:52 +08:00
run-pass Auto merge of #46895 - ricochet1k:macro-lifetimes, r=jseyfried 2018-01-01 07:21:23 +00:00
run-pass-fulldeps Prefer to use attr::contains_name() and attr::find_by_name() 2017-12-28 12:32:24 +09:00
run-pass-valgrind Update miri to rustc changes 2017-12-06 09:25:29 +01:00
rustdoc Add trailing newlines to files which have no trailing newlines. 2017-12-30 15:50:52 +08:00
ui Auto merge of #46895 - ricochet1k:macro-lifetimes, r=jseyfried 2018-01-01 07:21:23 +00:00
ui-fulldeps Remove excessive trailing newlines. 2017-12-30 15:50:52 +08:00
COMPILER_TESTS.md A few small improvements to the contributing docs 2017-12-20 22:18:13 +02:00