rust/src/test
Manish Goregaokar 1114f2231a
Rollup merge of #74270 - davidtwco:issue-74086-more-placeholder-type-error, r=estebank
typeck: report placeholder type error w/out span

Fixes #74086.

This PR fixes a regression introduced in rust-lang/rust#70369 which meant that an error was not being emitted for invalid placeholder types when there wasn't a span available.

r? @estebank
2020-07-14 07:39:11 -07:00
..
assembly Add initial asm!() support for hexagon 2020-06-16 08:58:13 -05:00
auxiliary
codegen Rollup merge of #74285 - wangtheo:issue-71669, r=lcnr 2020-07-13 22:23:13 -07:00
codegen-units Change how compiler-builtins gets many CGUs 2020-06-15 07:38:00 -07:00
compile-fail Update tests 2020-06-28 10:08:12 -07:00
debuginfo Modify type names on MSVC to make tuples .natvis compatible. 2020-06-24 19:28:12 -07:00
incremental Auto merge of #72520 - jonas-schievink:cleanup-userty, r=matthewjasper 2020-05-25 06:17:15 +00:00
mir-opt Correctly mark the ending span of a match arm 2020-07-08 07:28:07 -07:00
pretty asm: Allow multiple template strings; interpret them as newline-separated 2020-06-15 12:35:27 -07:00
run-make expand: Stop using nonterminals for passing tokens to attribute and derive macros 2020-07-01 13:13:21 +03:00
run-make-fulldeps Avoid "whitelist" 2020-07-10 07:39:28 -04:00
run-pass-valgrind
rustdoc rustdoc: insert newlines between attributes 2020-07-11 11:33:37 -04:00
rustdoc-js rustdoc: Fix doc aliases with crate filtering 2020-06-23 09:27:37 +01:00
rustdoc-js-std Make current crate aliases go first 2020-05-14 11:36:02 +02:00
rustdoc-ui Rollup merge of #74147 - dennis-hamester:fix/issue-74134, r=jyn514 2020-07-13 22:23:11 -07:00
rustfix
ui Rollup merge of #74270 - davidtwco:issue-74086-more-placeholder-type-error, r=estebank 2020-07-14 07:39:11 -07:00
ui-fulldeps Avoid "whitelist" 2020-07-10 07:39:28 -04:00
COMPILER_TESTS.md