rust/src/test
bors 24faa97589 Auto merge of #54997 - davidtwco:issue-54896, r=nagisa
The #[panic_handler] attribute can be applied to non-functions

Fixes #54896.

This commit extends the existing lang items functionality to assert
that the `#[lang_item]` attribute is only found on the appropriate item
for any given lang item. That is, language items representing traits
must only ever have their corresponding attribute placed on a trait, for
example.

r? @nagisa
2018-10-13 11:52:49 +00:00
..
auxiliary
codegen Support for disabling the PLT on ELF targets 2018-10-11 21:11:00 +03:00
codegen-units Stabilize min_const_fn 2018-10-05 10:36:14 +02:00
compile-fail Stabilize min_const_fn 2018-10-05 10:36:14 +02:00
compile-fail-fulldeps Merge the proc_macro_ expansion feature gates into a single proc_macro_hygiene gate. 2018-10-02 19:23:54 -07:00
debuginfo Auto merge of #54764 - tromey:test-rust-lldb, r=alexcrichton 2018-10-10 02:08:23 +00:00
incremental Improve implicit self mutability suggestions. 2018-10-02 00:35:15 +02:00
incremental-fulldeps Ignore new test on Windows 2018-09-21 10:05:23 -07:00
mir-opt Use the span of the user type for AscribeUserType 2018-10-10 11:56:16 +01:00
parse-fail make Parser::parse_foreign_item() return a foreign item or error 2018-10-05 02:47:57 -07:00
pretty abolish ICE when pretty-printing async block 2018-10-02 23:02:51 -07:00
run-fail Stabilize min_const_fn 2018-10-05 10:36:14 +02:00
run-fail-fulldeps mv (mod) codemap source_map 2018-08-19 23:01:00 +02:00
run-make Auto merge of #54451 - alexcrichton:no-mangle-extern-linkage, r=michaelwoerister 2018-10-07 03:07:16 +00:00
run-make-fulldeps rustc: Allow #[no_mangle] anywhere in a crate 2018-10-06 13:57:30 -07:00
run-pass Auto merge of #54850 - mcr431:fix-54707-trait-function-from-macro, r=nikomatsakis 2018-10-11 09:19:23 +00:00
run-pass-fulldeps Auto merge of #54835 - oli-obk:mögen_konstante_funktionen_doch_bitte_endlich_stabil_sein, r=Centril 2018-10-07 13:37:07 +00:00
run-pass-valgrind Implement simple codegen for unsized rvalues. 2018-08-19 08:07:33 +09:00
rustdoc Rollup merge of #54989 - Munksgaard:fix-htmldocck-typos, r=tmandry 2018-10-12 22:04:19 +08:00
rustdoc-js Remove outdated rustdoc PinBox tests 2018-09-18 01:42:27 -07:00
rustdoc-ui Auto merge of #53933 - GuillaumeGomez:codeblock-error-display, r=QuietMisdreavus 2018-10-12 09:23:10 +00:00
rustfix
ui Auto merge of #54997 - davidtwco:issue-54896, r=nagisa 2018-10-13 11:52:49 +00:00
ui-fulldeps Remove feature(tool_lints) from tests 2018-10-09 16:38:38 -07:00
COMPILER_TESTS.md