rust/src/test
bors 208d23a996 Auto merge of #41961 - kennytm:fix-35829, r=petrochenkov
Fix #35829 (`quote!()` does not handle `br#"…"#`)

Fix issue #35829 (syntax extension's `quote_expr!()` does not handle `b"…"` and proc_macro's `quote!()` does not handle `r#"…"#`)

* Handles `b"…"`, `br#"…"#` and `...` for `quote_expr!()`.
* Refactored the match statement to allow it to complain loudly on any unhandled token.
* Similarly, proc_macro's `quote!()` did not handle `br#"…"#` or `r#"…"#`, so this PR fixes it too.
2017-05-17 08:14:55 +00:00
..
codegen Add simple [repr(align)] codegen test. 2017-05-01 23:13:22 +10:00
codegen-units translate drop glue using MIR 2017-03-18 02:53:08 +02:00
compile-fail Auto merge of #41907 - est31:macro_unused, r=jseyfried 2017-05-16 23:27:36 +00:00
compile-fail-fulldeps Add test, and fix the other tests 2017-05-13 16:02:29 +02:00
debuginfo update gdbr tests 2017-03-09 22:12:36 +01:00
incremental ICH: Handle case of removed FileMaps. 2017-05-10 12:35:36 +02:00
mir-opt remove compile-flags 2017-05-15 21:12:40 -04:00
parse-fail Disallow ._ in float literal. 2017-05-12 22:00:06 +09:00
pretty Update pretty test for derive attributes 2017-02-05 12:22:29 +10:30
run-fail Unignore tests which work fine now. 2017-04-28 22:31:10 -06:00
run-fail-fulldeps Implement a file-path remapping feature in support of debuginfo and reproducible builds. 2017-04-26 15:44:02 +02:00
run-make Fix run-make/llvm-pass 2017-05-15 15:09:05 +02:00
run-pass Rollup merge of #42017 - nikomatsakis:issue-41677, r=arielb1 2017-05-16 17:31:50 -06:00
run-pass-fulldeps Fix #35829 (syntax extension's quote_expr!() does not handle b"…") 2017-05-13 21:41:25 +08:00
run-pass-valgrind Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
rustdoc rustdoc: Display extern "C" fn instead of extern fn 2017-05-15 00:52:17 +01:00
ui Make unsatisfied trait bounds note multiline 2017-05-14 20:38:26 -07:00
ui-fulldeps/custom-derive Separate "ui-fulldeps" tests from "ui" tests 2017-03-04 21:38:26 +03:00
COMPILER_TESTS.md Move COMPILER_TESTS.md out of the root directory 2017-02-25 00:13:00 -06:00