rust/src/test/ui
Mazdak Farrokhzad d050a157a8
Rollup merge of #59376 - davidtwco:finally-rfc-2008-variants, r=petrochenkov,QuietMisdreavus
RFC 2008: Enum Variants

Part of #44109. See [Zulip topic](https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/rfc-2008/near/132663140) for previous discussion.

r? @petrochenkov
cc @nikomatsakis
2019-03-30 07:51:34 +01:00
..
alloc-error Update tests 2019-03-11 23:10:26 +03:00
allocator Update tests 2019-03-11 23:10:26 +03:00
asm Remove invalid ASM tests 2019-03-12 18:34:43 +00:00
associated-const Tweak spans for E0599 2019-03-23 13:05:29 -07:00
associated-item Update tests 2019-03-11 23:10:26 +03:00
associated-type Update tests 2019-03-11 23:10:26 +03:00
associated-types Updated UI test output to remove test annotations for revisions 2019-03-17 17:00:18 +01:00
attrs-with-no-formal-in-generics Adjust parser generic parameter errors 2019-02-07 15:02:17 +01:00
auxiliary Move one test from run-make-fulldeps to ui 2019-03-21 23:36:50 +03:00
await-keyword Update tests 2019-03-11 23:10:26 +03:00
bad Swap primary/secondary spans for E0458 2019-03-23 13:05:30 -07:00
bind-by-move Update tests 2019-03-11 23:10:26 +03:00
binop Better diagnostic for binary operation on BoxedValues 2019-03-27 13:13:09 -04:00
blind Improve type mismatch error messages 2018-12-31 20:43:08 -05:00
block-result Update tests 2019-03-11 23:10:26 +03:00
borrowck Removed obsolete .stderr test outputs 2019-03-17 17:01:59 +01:00
builtin-superkinds Remove licenses 2018-12-25 21:08:33 -07:00
c-variadic ffi: rename VaList::copy to VaList::with_copy 2019-03-22 22:28:07 +00:00
cast Update tests 2019-03-11 23:10:26 +03:00
chalkify Fix a bug in implied bounds 2019-03-20 20:09:26 +01:00
check_match Update tests 2019-03-11 23:10:26 +03:00
closure-expected-type Update tests 2019-03-11 23:10:26 +03:00
closure_context Update tests 2019-03-11 23:10:26 +03:00
closures Update NLL tests 2019-03-11 23:18:35 +03:00
codemap_tests Update NLL tests 2019-03-11 23:18:35 +03:00
coercion Update tests 2019-03-11 23:10:26 +03:00
coherence Update tests 2019-03-11 23:10:26 +03:00
compare-method Update tests 2019-03-11 23:10:26 +03:00
conditional-compilation Update tests 2019-03-11 23:10:26 +03:00
confuse-field-and-method Rollup merge of #59297 - euclio:field-method-suggestions, r=estebank 2019-03-22 19:31:28 +01:00
const-generics Fix ICE with const generic param in struct 2019-03-22 01:49:42 +00:00
consts Deduplicate const eval error spans for better output 2019-03-23 13:05:30 -07:00
cross Update tests 2019-03-11 23:10:26 +03:00
custom-derive Update tests 2019-03-11 23:10:26 +03:00
custom_test_frameworks Remove licenses 2018-12-25 21:08:33 -07:00
cycle-trait Update tests 2019-01-11 03:53:30 +01:00
dep-graph Add load_cached query modifier and keep dep node names consistent with query names 2019-03-18 08:20:09 +01:00
deprecation replace redundant note in deprecation warning 2019-03-24 11:02:37 -04:00
derived-errors Update tests 2019-03-11 23:10:26 +03:00
derives Add check for when left and right overlap and change span for explanation to point at operator 2019-03-28 13:54:29 -04:00
did_you_mean Fix span after rebase 2019-03-23 14:10:39 -07:00
directory_ownership Update tests 2019-03-11 23:10:26 +03:00
disallowed-deconstructing Update NLL tests 2019-03-11 23:18:35 +03:00
discrim Update tests 2019-03-11 23:10:26 +03:00
dollar-crate Update tests 2019-03-11 23:10:26 +03:00
dropck Update NLL tests 2019-03-11 23:18:35 +03:00
dst Update NLL tests 2019-03-11 23:18:35 +03:00
duplicate Update tests 2019-03-11 23:10:26 +03:00
e0119 Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
editions resolve: Simplify import resolution for mixed 2015/2018 edition mode 2019-03-12 21:57:02 +03:00
empty Tweak spans for E0599 2019-03-23 13:05:29 -07:00
enum Update tests 2019-03-11 23:10:26 +03:00
error-codes Rollup merge of #59408 - euclio:compiletest-normalization, r=oli-obk 2019-03-28 13:35:43 +01:00
exclusive-range Update tests 2019-03-11 23:10:26 +03:00
existential_types Add some tests 2019-03-27 19:30:33 +09:00
explicit Update tests 2019-03-11 23:10:26 +03:00
extenv Update tests 2019-03-11 23:10:26 +03:00
extern Update tests 2019-03-11 23:10:26 +03:00
feature-gate Add -Z allow_features=... flag 2019-03-14 15:42:20 -07:00
feature-gates Update tests 2019-03-11 23:10:26 +03:00
fmt compiletest: make path normalization smarter 2019-03-25 01:06:45 -04:00
fn Better diagnostic for binary operation on BoxedValues 2019-03-27 13:13:09 -04:00
for Better diagnostic for binary operation on BoxedValues 2019-03-27 13:13:09 -04:00
fully-qualified-type Point at return type when appropriate 2019-01-18 00:12:09 -08:00
functional-struct-update Update NLL tests 2019-03-11 23:18:35 +03:00
generator Rollup merge of #59132 - nikomatsakis:issue-53548-generator-bound, r=pnkfelix 2019-03-13 03:33:56 +01:00
generic Update tests 2019-03-11 23:10:26 +03:00
hello_world Remove licenses 2018-12-25 21:08:33 -07:00
hr-subtype Updated UI test output to remove test annotations for revisions 2019-03-17 17:00:18 +01:00
hrtb Updated UI test output to remove test annotations for revisions 2019-03-17 17:00:18 +01:00
hygiene rustc: pass Option<&Substs> and Namespace around in ty::item_path. 2019-03-15 13:25:10 +02:00
if Auto merge of #58981 - estebank:elseless-if, r=davidtwco 2019-03-21 23:42:41 +00:00
impl-header-lifetime-elision Update tests 2019-03-11 23:10:26 +03:00
impl-trait rustc: provide DisambiguatedDefPathData in ty::print. 2019-03-15 13:25:10 +02:00
imports Rollup merge of #59296 - petrochenkov:stdup, r=estebank 2019-03-24 19:00:04 +08:00
in-band-lifetimes Update NLL tests 2019-03-11 23:18:35 +03:00
include-macros Update tests 2019-03-11 23:10:26 +03:00
inference Update tests 2019-03-11 23:10:26 +03:00
infinite Update tests 2019-03-11 23:10:26 +03:00
interior-mutability Remove licenses 2018-12-25 21:08:33 -07:00
internal Update tests 2019-03-11 23:10:26 +03:00
invalid Tweak spans for E0599 2019-03-23 13:05:29 -07:00
invalid-module-declaration Remove licenses 2018-12-25 21:08:33 -07:00
invalid-self-argument improve error note 2018-11-20 14:43:16 +01:00
issues Rollup merge of #59467 - hgallagher1993:local_branch, r=estebank 2019-03-29 12:32:26 +01:00
iterators Fix grammar in compiler error for array iterators 2018-12-17 02:27:41 +00:00
keyword Update tests 2019-03-11 23:10:26 +03:00
kindck Update tests 2019-03-11 23:10:26 +03:00
label Update tests 2019-03-11 23:10:26 +03:00
layout distinguish "no data" from "heterogeneous" for ABI purposes 2019-01-25 10:03:47 -05:00
lifetimes Update NLL tests 2019-03-11 23:18:35 +03:00
lint Update tests 2019-03-25 23:01:00 +01:00
liveness Updated UI test output to remove test annotations for revisions 2019-03-17 17:00:18 +01:00
loops Update NLL tests 2019-03-11 23:18:35 +03:00
lub-glb Update tests 2019-03-11 23:10:26 +03:00
macro_backtrace Fix rebase and more CI failures 2018-12-27 15:51:37 +03:00
macros Rollup merge of #59394 - mark-i-m:dup-matcher-bindings-2, r=Centril 2019-03-29 02:40:48 +01:00
malformed Update tests 2019-03-11 23:10:26 +03:00
manual Remove licenses 2018-12-25 21:08:33 -07:00
marker_trait_attr Update tests 2019-03-11 23:10:26 +03:00
match Update tests 2019-03-11 23:10:26 +03:00
methods Update NLL tests 2019-03-11 23:18:35 +03:00
mir-dataflow Update tests 2019-03-11 23:10:26 +03:00
mismatched_types Update tests 2019-03-11 23:10:26 +03:00
missing Update tests 2019-03-11 23:10:26 +03:00
missing_non_modrs_mod Remove licenses 2018-12-25 21:08:33 -07:00
mod Update tests 2019-03-11 23:10:26 +03:00
moves Update NLL tests 2019-03-11 23:18:35 +03:00
mut Updated UI test output to remove test annotations for revisions 2019-03-17 17:00:18 +01:00
namespace rustc: slice substs in ty::print instead of passing the full ones. 2019-03-15 13:25:10 +02:00
nll Rollup merge of #57729 - pnkfelix:issue-55748-pat-types-are-constraints-on-bindings-too, r=nikomatsakis 2019-03-19 15:16:45 +01:00
non-exhaustive Update tests 2019-03-11 23:10:26 +03:00
non_modrs_mods_and_inline_mods Fix ordering of nested modules in non-mod.rs mods 2018-10-18 17:11:51 -07:00
not-panic Update tests 2019-03-11 23:10:26 +03:00
numeric use the identifier span for missing struct field 2019-03-16 13:14:01 -04:00
object-lifetime Update tests 2019-03-11 23:10:26 +03:00
object-safety Update NLL tests 2019-03-11 23:18:35 +03:00
obsolete-in-place Updated UI test output to remove test annotations for revisions 2019-03-17 17:00:18 +01:00
on-unimplemented Update tests 2019-03-11 23:10:26 +03:00
packed-struct Clarify wording of E0512 2018-12-28 19:23:22 +00:00
panic-handler Update tests 2019-03-11 23:10:26 +03:00
panic-runtime Update tests 2019-03-11 23:10:26 +03:00
parser Rollup merge of #59467 - hgallagher1993:local_branch, r=estebank 2019-03-29 12:32:26 +01:00
pattern Better diagnostic for binary operation on BoxedValues 2019-03-27 13:13:09 -04:00
print-fuel Remove licenses 2018-12-25 21:08:33 -07:00
print_type_sizes Remove the private generic NonZero<T> wrapper type. 2018-12-26 20:54:10 +01:00
privacy rustc: pass Option<&Substs> and Namespace around in ty::item_path. 2019-03-15 13:25:10 +02:00
proc-macro Auto merge of #59258 - euclio:suggestions-filter-crate, r=oli-obk 2019-03-25 16:34:15 +00:00
pub Update tests 2019-03-11 23:10:26 +03:00
qualified Update tests 2019-03-20 18:32:52 +00:00
range Update tests 2019-03-11 23:10:26 +03:00
reachable Update tests 2019-03-11 23:10:26 +03:00
recursion Update tests 2019-03-11 23:10:26 +03:00
regions When moving out of a for loop head, suggest borrowing it in nll mode 2019-03-25 19:29:02 -07:00
repr Update tests 2019-03-11 23:10:26 +03:00
reserved Update tests 2019-03-11 23:10:26 +03:00
resolve Rollup merge of #59198 - estebank:recovered-pattern, r=zackmdavis 2019-03-28 08:43:32 +01:00
return Update tests 2019-03-11 23:10:26 +03:00
rfc-0107-bind-by-move-pattern-guards Tests for feature(bind_by_move_pattern_guards). 2018-09-17 13:46:50 +02:00
rfc-1937-termination-trait Update tests 2019-03-11 23:10:26 +03:00
rfc-2005-default-binding-mode Tweak spans for E0599 2019-03-23 13:05:29 -07:00
rfc-2008-non-exhaustive Implement #[non_exhaustive] on variants. 2019-03-28 22:29:02 +01:00
rfc-2093-infer-outlives Update tests 2019-03-11 23:10:26 +03:00
rfc-2126-crate-paths Update tests 2019-03-11 23:10:26 +03:00
rfc-2126-extern-absolute-paths Update tests 2019-03-11 23:10:26 +03:00
rfc-2166-underscore-imports Update tests 2019-03-11 23:10:26 +03:00
rfc-2306 stabilize convert::identity 2019-01-04 01:42:31 +01:00
rfc-2361-dbg-macro Rollup merge of #57847 - clarcharr:dbg_no_params, r=Centril 2019-03-19 15:16:46 +01:00
rfc-2497-if-let-chains Stabilise irrefutable if-let and while-let patterns 2019-01-12 03:10:59 +00:00
rfc1445 Updated UI test output to remove test annotations for revisions 2019-03-17 17:00:18 +01:00
rfc1598-generic-associated-types Update tests 2019-03-20 18:32:52 +00:00
rfc1717 Remove licenses 2018-12-25 21:08:33 -07:00
run-pass/traits Remove licenses 2018-12-25 21:08:33 -07:00
rust-2018 Tweak spans for E0599 2019-03-23 13:05:29 -07:00
self Update tests 2019-03-11 23:10:26 +03:00
shadowed Update tests 2019-03-11 23:10:26 +03:00
simd-intrinsic Add simd_saturating_{add,sub} intrinsics 2019-02-08 16:53:53 +01:00
single-use-lifetime Update tests 2019-03-11 23:10:26 +03:00
span Rollup merge of #59473 - estebank:borrow-sugg-inside-macro, r=davidtwco 2019-03-29 12:32:28 +01:00
specialization hygiene: Fix identifier comparison in impl overlap check 2019-03-21 22:20:10 +03:00
stability-attribute Update tests 2019-03-11 23:10:26 +03:00
static Update NLL tests 2019-03-11 23:18:35 +03:00
str Better diagnostic for binary operation on BoxedValues 2019-03-27 13:13:09 -04:00
structs Auto merge of #59240 - euclio:struct-field-span, r=oli-obk 2019-03-25 05:40:12 +00:00
suggestions Rollup merge of #59473 - estebank:borrow-sugg-inside-macro, r=davidtwco 2019-03-29 12:32:28 +01:00
svh Update tests 2019-03-11 23:10:26 +03:00
symbol-names rustc: merge PrintCx::parameterized and def_path printing. 2019-03-15 13:25:10 +02:00
test-shadowing Remove licenses 2018-12-25 21:08:33 -07:00
tool-attributes Update tests 2019-03-11 23:10:26 +03:00
traits Better diagnostic for binary operation on BoxedValues 2019-03-27 13:13:09 -04:00
transmute Update tests 2019-03-11 23:10:26 +03:00
trivial-bounds Update NLL tests 2019-03-11 23:18:35 +03:00
try-block Update tests 2019-03-11 23:10:26 +03:00
tuple Update tests 2019-03-11 23:10:26 +03:00
type Rollup merge of #59467 - hgallagher1993:local_branch, r=estebank 2019-03-29 12:32:26 +01:00
typeck rustc: print ExistentialProjection with spaces around =, e.g. dyn Foo<A = X>. 2019-03-15 13:25:10 +02:00
ufcs Tweak spans for E0599 2019-03-23 13:05:29 -07:00
unboxed-closures Updated UI test output to remove test annotations for revisions 2019-03-17 17:00:18 +01:00
underscore-lifetime rustc: print ExistentialProjection with spaces around =, e.g. dyn Foo<A = X>. 2019-03-15 13:25:10 +02:00
uninhabited Update tests 2019-03-11 23:10:26 +03:00
union Update NLL tests 2019-03-11 23:18:35 +03:00
unreachable Update tests 2019-03-11 23:10:26 +03:00
unresolved Mark duplicate import removal suggestion tool only 2019-03-23 13:05:30 -07:00
unsafe Update tests 2019-03-11 23:10:26 +03:00
unsized Fix broken links to second edition TRPL. 2019-01-01 12:53:07 -05:00
unsized-locals Update NLL tests 2019-03-11 23:18:35 +03:00
unused Update tests 2019-03-11 23:10:26 +03:00
use Mark duplicate import removal suggestion tool only 2019-03-23 13:05:30 -07:00
variance Update NLL tests 2019-03-11 23:18:35 +03:00
variants Update tests 2019-03-11 23:10:26 +03:00
vec Better diagnostic for binary operation on BoxedValues 2019-03-27 13:13:09 -04:00
wf Update NLL tests 2019-03-11 23:18:35 +03:00
where-clauses Update tests 2019-03-11 23:10:26 +03:00
xcrate Remove licenses 2018-12-25 21:08:33 -07:00
.gitattributes Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
absolute-paths-in-nested-use-groups.rs Remove licenses 2018-12-25 21:08:33 -07:00
absolute-paths-in-nested-use-groups.stderr Update tests 2019-03-11 23:10:26 +03:00
access-mode-in-closures.nll.stderr Update NLL tests 2019-03-11 23:18:35 +03:00
access-mode-in-closures.rs Remove licenses 2018-12-25 21:08:33 -07:00
access-mode-in-closures.stderr Update tests 2019-03-11 23:10:26 +03:00
allocator-submodule.rs Remove licenses 2018-12-25 21:08:33 -07:00
allocator-submodule.stderr Update tests 2019-03-11 23:10:26 +03:00
always-inhabited-union-ref.rs Fix error message after rebase 2018-11-29 21:00:11 +00:00
always-inhabited-union-ref.stderr Point at enum definition when match patterns are not exhaustive 2019-03-02 16:45:23 -08:00
anon-params-denied-2018.rs fix tests 2018-08-24 15:48:00 -05:00
anon-params-denied-2018.stderr Update tests 2019-03-11 23:10:26 +03:00
anon-params-deprecated.fixed fix tests 2018-08-24 15:48:00 -05:00
anon-params-deprecated.rs fix tests 2018-08-24 15:48:00 -05:00
anon-params-deprecated.stderr Update tests 2019-03-11 23:10:26 +03:00
anonymous-higher-ranked-lifetime.rs update test files to reflect new output 2019-02-21 11:32:17 -05:00
anonymous-higher-ranked-lifetime.stderr Update tests 2019-03-11 23:10:26 +03:00
arbitrary-self-types-not-object-safe.rs Remove licenses 2018-12-25 21:08:33 -07:00
arbitrary-self-types-not-object-safe.stderr Remove licenses 2018-12-25 21:08:33 -07:00
arg-count-mismatch.rs Remove licenses 2018-12-25 21:08:33 -07:00
arg-count-mismatch.stderr Remove licenses 2018-12-25 21:08:33 -07:00
arg-type-mismatch.rs Remove licenses 2018-12-25 21:08:33 -07:00
arg-type-mismatch.stderr Remove licenses 2018-12-25 21:08:33 -07:00
array-break-length.rs Remove licenses 2018-12-25 21:08:33 -07:00
array-break-length.stderr Update tests 2019-03-11 23:10:26 +03:00
array-not-vector.rs Remove licenses 2018-12-25 21:08:33 -07:00
array-not-vector.stderr Remove licenses 2018-12-25 21:08:33 -07:00
array_const_index-0.rs Remove licenses 2018-12-25 21:08:33 -07:00
array_const_index-0.stderr Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
array_const_index-1.rs Remove licenses 2018-12-25 21:08:33 -07:00
array_const_index-1.stderr Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
assign-imm-local-twice.ast.nll.stderr Updated UI test output to remove test annotations for revisions 2019-03-17 17:00:18 +01:00
assign-imm-local-twice.ast.stderr Updated UI test output to remove test annotations for revisions 2019-03-17 17:00:18 +01:00
assign-imm-local-twice.mir.stderr Updated UI test output to remove test annotations for revisions 2019-03-17 17:00:18 +01:00
assign-imm-local-twice.rs Remove licenses 2018-12-25 21:08:33 -07:00
assign-to-method.rs use structured suggestion for method calls 2019-01-03 13:42:52 -05:00
assign-to-method.stderr Update tests 2019-03-11 23:10:26 +03:00
assignment-operator-unimplemented.rs Remove licenses 2018-12-25 21:08:33 -07:00
assignment-operator-unimplemented.stderr Update tests 2019-03-11 23:10:26 +03:00
assoc-inherent.rs Add issue reference to E0202 message 2019-01-08 23:53:19 +00:00
assoc-inherent.stderr Update tests 2019-03-11 23:10:26 +03:00
associated-path-shl.rs Remove licenses 2018-12-25 21:08:33 -07:00
associated-path-shl.stderr Update tests 2019-03-11 23:10:26 +03:00
async-fn-multiple-lifetimes.rs Remove licenses 2018-12-25 21:08:33 -07:00
async-fn-multiple-lifetimes.stderr Remove licenses 2018-12-25 21:08:33 -07:00
async-matches-expr.rs Remove licenses 2018-12-25 21:08:33 -07:00
attempted-access-non-fatal.rs Remove licenses 2018-12-25 21:08:33 -07:00
attempted-access-non-fatal.stderr Update tests 2019-03-11 23:10:26 +03:00
attr-bad-crate-attr.rc remove remaining copyright headers 2018-12-28 21:50:33 +01:00
attr-eq-token-tree.rs Stabilize unrestricted_attribute_tokens 2019-02-25 23:21:54 +03:00
attr-eq-token-tree.stderr Update tests 2019-03-11 23:10:26 +03:00
attr-usage-inline.rs Remove licenses 2018-12-25 21:08:33 -07:00
attr-usage-inline.stderr Update tests 2019-03-11 23:10:26 +03:00
attr-usage-repr.rs Allow #[repr(align(x))] on enums (#57996) 2019-01-30 14:15:38 +01:00
attr-usage-repr.stderr Update tests 2019-03-11 23:10:26 +03:00
attribute-with-no-generics-in-parameter-list.rs Add warning for a parameter list with an attribute but no parameters 2019-02-07 15:03:20 +01:00
attribute-with-no-generics-in-parameter-list.stderr Update tests 2019-03-11 23:10:26 +03:00
augmented-assignments.nll.stderr When moving out of a for loop head, suggest borrowing it in nll mode 2019-03-25 19:29:02 -07:00
augmented-assignments.rs Remove licenses 2018-12-25 21:08:33 -07:00
augmented-assignments.stderr Update tests 2019-03-11 23:10:26 +03:00
auto-ref-slice-plus-ref.rs Remove licenses 2018-12-25 21:08:33 -07:00
auto-ref-slice-plus-ref.stderr Update tests 2019-03-11 23:10:26 +03:00
auto-trait-validation.rs Remove licenses 2018-12-25 21:08:33 -07:00
auto-trait-validation.stderr Remove licenses 2018-12-25 21:08:33 -07:00
autoderef-full-lval.rs Remove licenses 2018-12-25 21:08:33 -07:00
autoderef-full-lval.stderr Better diagnostic for binary operation on BoxedValues 2019-03-27 13:13:09 -04:00
bastion-of-the-turbofish.rs Remove licenses 2018-12-25 21:08:33 -07:00
binary-op-on-double-ref.rs Remove licenses 2018-12-25 21:08:33 -07:00
binary-op-on-double-ref.stderr Better diagnostic for binary operation on BoxedValues 2019-03-27 13:13:09 -04:00
block-expression-remove-semicolon.rs Add a test for #26577 2019-03-12 18:34:43 +00:00
block-expression-remove-semicolon.stderr Remove compiletest comments from tests 2019-03-12 19:06:13 +00:00
bogus-tag.rs Fixed more tests. 2018-12-26 21:40:21 +00:00
bogus-tag.stderr Tweak spans for E0599 2019-03-23 13:05:29 -07:00
bounds-lifetime.rs Remove licenses 2018-12-25 21:08:33 -07:00
bounds-lifetime.stderr Update tests 2019-03-11 23:10:26 +03:00
break-outside-loop.rs Remove licenses 2018-12-25 21:08:33 -07:00
break-outside-loop.stderr Update tests 2019-03-11 23:10:26 +03:00
break-while-condition.rs Remove licenses 2018-12-25 21:08:33 -07:00
break-while-condition.stderr Update tests 2019-03-11 23:10:26 +03:00
by-move-pattern-binding.nll.stderr Update NLL tests 2019-03-11 23:18:35 +03:00
by-move-pattern-binding.rs Remove licenses 2018-12-25 21:08:33 -07:00
by-move-pattern-binding.stderr Update tests 2019-03-11 23:10:26 +03:00
call-fn-never-arg-wrong-type.rs Remove licenses 2018-12-25 21:08:33 -07:00
call-fn-never-arg-wrong-type.stderr Update tests 2019-03-11 23:10:26 +03:00
can-begin-expr-check.rs Remove licenses 2018-12-25 21:08:33 -07:00
can-begin-expr-check.stderr Update tests 2019-03-11 23:10:26 +03:00
cannot-mutate-captured-non-mut-var.ast.nll.stderr Remove licenses 2018-12-25 21:08:33 -07:00
cannot-mutate-captured-non-mut-var.ast.stderr Remove licenses 2018-12-25 21:08:33 -07:00
cannot-mutate-captured-non-mut-var.mir.stderr Remove licenses 2018-12-25 21:08:33 -07:00
cannot-mutate-captured-non-mut-var.rs Remove licenses 2018-12-25 21:08:33 -07:00
capture1.rs Remove licenses 2018-12-25 21:08:33 -07:00
capture1.stderr Remove licenses 2018-12-25 21:08:33 -07:00
cast_char.rs Remove licenses 2018-12-25 21:08:33 -07:00
cast_char.stderr compiletest: make path normalization smarter 2019-03-25 01:06:45 -04:00
casts-differing-anon.rs Remove licenses 2018-12-25 21:08:33 -07:00
casts-differing-anon.stderr Update tests 2019-03-11 23:10:26 +03:00
casts-issue-46365.rs Remove licenses 2018-12-25 21:08:33 -07:00
casts-issue-46365.stderr Update tests 2019-03-11 23:10:26 +03:00
cdylib-deps-must-be-static.rs Remove licenses 2018-12-25 21:08:33 -07:00
cdylib-deps-must-be-static.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
changing-crates.rs Remove licenses 2018-12-25 21:08:33 -07:00
changing-crates.stderr Update tests 2019-03-11 23:10:26 +03:00
check-static-immutable-mut-slices.rs Remove licenses 2018-12-25 21:08:33 -07:00
check-static-immutable-mut-slices.stderr Remove licenses 2018-12-25 21:08:33 -07:00
check-static-values-constraints.nll.stderr Update NLL tests 2019-03-11 23:18:35 +03:00
check-static-values-constraints.rs Stabilize let bindings and destructuring in constants and const fn 2019-01-09 10:20:12 +01:00
check-static-values-constraints.stderr Update tests 2019-03-11 23:10:26 +03:00
class-cast-to-trait.rs Remove licenses 2018-12-25 21:08:33 -07:00
class-cast-to-trait.stderr Update tests 2019-03-11 23:10:26 +03:00
class-method-missing.rs Remove licenses 2018-12-25 21:08:33 -07:00
class-method-missing.stderr Remove licenses 2018-12-25 21:08:33 -07:00
class-missing-self.rs Remove licenses 2018-12-25 21:08:33 -07:00
class-missing-self.stderr Update tests 2019-03-11 23:10:26 +03:00
cleanup-rvalue-scopes-cf.rs Remove licenses 2018-12-25 21:08:33 -07:00
cleanup-rvalue-scopes-cf.stderr Update tests 2019-03-11 23:10:26 +03:00
closure-expected.rs Remove licenses 2018-12-25 21:08:33 -07:00
closure-expected.stderr Remove licenses 2018-12-25 21:08:33 -07:00
closure_promotion.rs Remove licenses 2018-12-25 21:08:33 -07:00
closure_promotion.stderr Update tests 2019-03-11 23:10:26 +03:00
command-line-diagnostics.nll.stderr Remove licenses 2018-12-25 21:08:33 -07:00
command-line-diagnostics.rs Remove licenses 2018-12-25 21:08:33 -07:00
command-line-diagnostics.stderr Remove licenses 2018-12-25 21:08:33 -07:00
compile_error_macro.rs Remove licenses 2018-12-25 21:08:33 -07:00
compile_error_macro.stderr Update tests 2019-03-11 23:10:26 +03:00
concat.rs Remove licenses 2018-12-25 21:08:33 -07:00
concat.stderr Update tests 2019-03-11 23:10:26 +03:00
conflicting-repr-hints.rs Remove licenses 2018-12-25 21:08:33 -07:00
conflicting-repr-hints.stderr Update tests 2019-03-11 23:10:26 +03:00
conservative_impl_trait.rs Remove licenses 2018-12-25 21:08:33 -07:00
conservative_impl_trait.stderr Remove licenses 2018-12-25 21:08:33 -07:00
constructor-lifetime-args.rs Remove licenses 2018-12-25 21:08:33 -07:00
constructor-lifetime-args.stderr Remove licenses 2018-12-25 21:08:33 -07:00
conversion-methods.rs Remove licenses 2018-12-25 21:08:33 -07:00
conversion-methods.stderr Update tests 2019-03-11 23:10:26 +03:00
copy-a-resource.rs Remove licenses 2018-12-25 21:08:33 -07:00
copy-a-resource.stderr Remove licenses 2018-12-25 21:08:33 -07:00
crate-in-paths.rs Remove licenses 2018-12-25 21:08:33 -07:00
crate-in-paths.stderr Remove licenses 2018-12-25 21:08:33 -07:00
crate-name-mismatch.rs Remove licenses 2018-12-25 21:08:33 -07:00
crate-name-mismatch.stderr Remove licenses 2018-12-25 21:08:33 -07:00
custom-attribute-multisegment.rs Remove licenses 2018-12-25 21:08:33 -07:00
custom-attribute-multisegment.stderr Update tests 2019-03-11 23:10:26 +03:00
custom-test-frameworks-simple.rs Remove licenses 2018-12-25 21:08:33 -07:00
custom_attribute.rs Remove licenses 2018-12-25 21:08:33 -07:00
custom_attribute.stderr Update tests 2019-03-11 23:10:26 +03:00
cycle-projection-based-on-where-clause.rs Remove licenses 2018-12-25 21:08:33 -07:00
cycle-projection-based-on-where-clause.stderr Remove licenses 2018-12-25 21:08:33 -07:00
dead-code-closure-bang.rs Remove licenses 2018-12-25 21:08:33 -07:00
dead-code-impl.rs Add a regression test for #47131 2019-03-28 01:47:39 +00:00
dead-code-ret.rs Remove licenses 2018-12-25 21:08:33 -07:00
dead-code-ret.stderr Remove licenses 2018-12-25 21:08:33 -07:00
dead-code-tuple-struct-field.rs Copyrite 2018-12-20 14:31:40 +01:00
defaulted-never-note.rs Remove licenses 2018-12-25 21:08:33 -07:00
defaulted-never-note.stderr Remove licenses 2018-12-25 21:08:33 -07:00
deref-non-pointer.rs Remove licenses 2018-12-25 21:08:33 -07:00
deref-non-pointer.stderr Update tests 2019-03-11 23:10:26 +03:00
deref-suggestion.rs Remove licenses 2018-12-25 21:08:33 -07:00
deref-suggestion.stderr Update tests 2019-03-11 23:10:26 +03:00
derive-uninhabited-enum-38885.rs Remove licenses 2018-12-25 21:08:33 -07:00
derive-uninhabited-enum-38885.stderr Update tests 2019-03-11 23:10:26 +03:00
destructure-trait-ref.rs Remove licenses 2018-12-25 21:08:33 -07:00
destructure-trait-ref.stderr Update tests 2019-03-11 23:10:26 +03:00
diverging-fn-tail-35849.rs Remove licenses 2018-12-25 21:08:33 -07:00
diverging-fn-tail-35849.stderr Remove licenses 2018-12-25 21:08:33 -07:00
diverging-tuple-parts-39485.rs Remove licenses 2018-12-25 21:08:33 -07:00
diverging-tuple-parts-39485.stderr Update tests 2019-03-11 23:10:26 +03:00
does-nothing.rs Remove licenses 2018-12-25 21:08:33 -07:00
does-nothing.stderr Remove licenses 2018-12-25 21:08:33 -07:00
dont-suggest-private-trait-method.rs Remove licenses 2018-12-25 21:08:33 -07:00
dont-suggest-private-trait-method.stderr Tweak spans for E0599 2019-03-23 13:05:29 -07:00
dotdotdot-expr.rs Remove licenses 2018-12-25 21:08:33 -07:00
dotdotdot-expr.stderr Remove licenses 2018-12-25 21:08:33 -07:00
double-import.rs Remove licenses 2018-12-25 21:08:33 -07:00
double-import.stderr Update tests 2019-03-11 23:10:26 +03:00
double-type-import.rs Remove licenses 2018-12-25 21:08:33 -07:00
double-type-import.stderr Mark duplicate import removal suggestion tool only 2019-03-23 13:05:30 -07:00
duplicate_entry_error.rs Remove licenses 2018-12-25 21:08:33 -07:00
duplicate_entry_error.stderr Update tests 2019-03-11 23:10:26 +03:00
dyn-trait-compatibility.rs Remove licenses 2018-12-25 21:08:33 -07:00
dyn-trait-compatibility.stderr Remove licenses 2018-12-25 21:08:33 -07:00
E0501.ast.nll.stderr Updated UI test output to remove test annotations for revisions 2019-03-17 17:00:18 +01:00
E0501.ast.stderr Updated UI test output to remove test annotations for revisions 2019-03-17 17:00:18 +01:00
E0501.mir.stderr Updated UI test output to remove test annotations for revisions 2019-03-17 17:00:18 +01:00
E0501.rs Remove licenses 2018-12-25 21:08:33 -07:00
E0506.ast.nll.stderr Updated UI test output to remove test annotations for revisions 2019-03-17 17:00:18 +01:00
E0506.ast.stderr Updated UI test output to remove test annotations for revisions 2019-03-17 17:00:18 +01:00
E0506.mir.stderr Updated UI test output to remove test annotations for revisions 2019-03-17 17:00:18 +01:00
E0506.rs Remove licenses 2018-12-25 21:08:33 -07:00
E0508-fail.ast.nll.stderr Updated UI test output to remove test annotations for revisions 2019-03-17 17:00:18 +01:00
E0508-fail.ast.stderr Updated UI test output to remove test annotations for revisions 2019-03-17 17:00:18 +01:00
E0508-fail.mir.stderr Updated UI test output to remove test annotations for revisions 2019-03-17 17:00:18 +01:00
E0508-fail.rs Remove licenses 2018-12-25 21:08:33 -07:00
E0508.nll.stderr Update NLL tests 2019-03-11 23:18:35 +03:00
E0508.rs Remove licenses 2018-12-25 21:08:33 -07:00
E0508.stderr Update tests 2019-03-11 23:10:26 +03:00
E0583.rs Remove licenses 2018-12-25 21:08:33 -07:00
E0583.stderr Update tests 2019-03-11 23:10:26 +03:00
E0594.ast.nll.stderr Updated UI test output to remove test annotations for revisions 2019-03-17 17:00:18 +01:00
E0594.ast.stderr Updated UI test output to remove test annotations for revisions 2019-03-17 17:00:18 +01:00
E0594.mir.stderr Updated UI test output to remove test annotations for revisions 2019-03-17 17:00:18 +01:00
E0594.rs Remove licenses 2018-12-25 21:08:33 -07:00
E0596.ast.nll.stderr Updated UI test output to remove test annotations for revisions 2019-03-17 17:00:18 +01:00
E0596.ast.stderr Updated UI test output to remove test annotations for revisions 2019-03-17 17:00:18 +01:00
E0596.mir.stderr Updated UI test output to remove test annotations for revisions 2019-03-17 17:00:18 +01:00
E0596.rs Remove licenses 2018-12-25 21:08:33 -07:00
E0642.rs syntax: Fix regression in diagnostics for patterns in trait method parameters 2019-01-01 23:59:32 +03:00
E0642.stderr Update tests 2019-03-11 23:10:26 +03:00
E0660.rs Remove licenses 2018-12-25 21:08:33 -07:00
E0660.stderr Remove licenses 2018-12-25 21:08:33 -07:00
E0661.rs Remove licenses 2018-12-25 21:08:33 -07:00
E0661.stderr Remove licenses 2018-12-25 21:08:33 -07:00
E0662.rs Remove licenses 2018-12-25 21:08:33 -07:00
E0662.stderr Update tests 2019-03-11 23:10:26 +03:00
E0663.rs Remove licenses 2018-12-25 21:08:33 -07:00
E0663.stderr Update tests 2019-03-11 23:10:26 +03:00
E0664.rs Remove licenses 2018-12-25 21:08:33 -07:00
E0664.stderr Update tests 2019-03-11 23:10:26 +03:00
E0665.rs Remove licenses 2018-12-25 21:08:33 -07:00
E0665.stderr Update tests 2019-03-11 23:10:26 +03:00
E0705.rs Remove licenses 2018-12-25 21:08:33 -07:00
E0705.stderr Remove licenses 2018-12-25 21:08:33 -07:00
elide-errors-on-mismatched-tuple.rs Remove licenses 2018-12-25 21:08:33 -07:00
elide-errors-on-mismatched-tuple.stderr Remove licenses 2018-12-25 21:08:33 -07:00
elided-test.rs Remove licenses 2018-12-25 21:08:33 -07:00
elided-test.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
enable-unstable-lib-feature.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
enable-unstable-lib-feature.stderr Update tests 2019-03-11 23:10:26 +03:00
enum-variant-generic-args.rs Update tests 2019-03-20 18:32:52 +00:00
enum-variant-generic-args.stderr Update tests 2019-03-20 18:32:52 +00:00
enums-pats-not-idents.rs Remove licenses 2018-12-25 21:08:33 -07:00
enums-pats-not-idents.stderr Update tests 2019-03-11 23:10:26 +03:00
error-festival.rs Remove licenses 2018-12-25 21:08:33 -07:00
error-festival.stderr Rollup merge of #57481 - euclio:bool-cast-suggestion, r=estebank 2019-01-14 20:31:53 +01:00
error-should-say-copy-not-pod.rs Remove licenses 2018-12-25 21:08:33 -07:00
error-should-say-copy-not-pod.stderr Update tests 2019-03-11 23:10:26 +03:00
estr-subtyping.rs Remove licenses 2018-12-25 21:08:33 -07:00
estr-subtyping.stderr Update tests 2019-03-11 23:10:26 +03:00
eval-enum.rs Remove licenses 2018-12-25 21:08:33 -07:00
eval-enum.stderr Remove licenses 2018-12-25 21:08:33 -07:00
exclusive-drop-and-copy.rs Remove licenses 2018-12-25 21:08:33 -07:00
exclusive-drop-and-copy.stderr Update tests 2019-03-11 23:10:26 +03:00
exhaustive_integer_patterns.rs Remove licenses 2018-12-25 21:08:33 -07:00
exhaustive_integer_patterns.stderr Update tests 2019-03-11 23:10:26 +03:00
expanded-cfg.rs Remove licenses 2018-12-25 21:08:33 -07:00
explain.rs Remove licenses 2018-12-25 21:08:33 -07:00
explain.stdout
explore-issue-38412.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
explore-issue-38412.stderr Update tests 2019-03-11 23:10:26 +03:00
export-fully-qualified.rs Remove licenses 2018-12-25 21:08:33 -07:00
export-fully-qualified.stderr Update tests 2019-03-11 23:10:26 +03:00
export-import.rs Remove licenses 2018-12-25 21:08:33 -07:00
export-import.stderr Remove licenses 2018-12-25 21:08:33 -07:00
export-tag-variant.rs Remove licenses 2018-12-25 21:08:33 -07:00
export-tag-variant.stderr Update tests 2019-03-11 23:10:26 +03:00
export.rs Remove licenses 2018-12-25 21:08:33 -07:00
export.stderr Update tests 2019-03-11 23:10:26 +03:00
export2.rs Remove licenses 2018-12-25 21:08:33 -07:00
export2.stderr Update tests 2019-03-11 23:10:26 +03:00
expr_attr_paren_order.rs Remove licenses 2018-12-25 21:08:33 -07:00
expr_attr_paren_order.stderr Update tests 2019-03-11 23:10:26 +03:00
ext-nonexistent.rs Remove licenses 2018-12-25 21:08:33 -07:00
ext-nonexistent.stderr Remove licenses 2018-12-25 21:08:33 -07:00
extern-prelude-fail.rs Move one test from run-make-fulldeps to ui 2019-03-21 23:36:50 +03:00
extern-prelude-fail.stderr Move one test from run-make-fulldeps to ui 2019-03-21 23:36:50 +03:00
extern-prelude.rs Move one test from run-make-fulldeps to ui 2019-03-21 23:36:50 +03:00
extoption_env-no-args.rs Remove licenses 2018-12-25 21:08:33 -07:00
extoption_env-no-args.stderr Update tests 2019-03-11 23:10:26 +03:00
extoption_env-not-string-literal.rs Remove licenses 2018-12-25 21:08:33 -07:00
extoption_env-not-string-literal.stderr Update tests 2019-03-11 23:10:26 +03:00
extoption_env-too-many-args.rs Remove licenses 2018-12-25 21:08:33 -07:00
extoption_env-too-many-args.stderr Update tests 2019-03-11 23:10:26 +03:00
fail-no-dead-code-core.rs Remove licenses 2018-12-25 21:08:33 -07:00
fail-no-dead-code-core.stderr Update tests 2019-03-11 23:10:26 +03:00
fail-no-dead-code.rs Remove licenses 2018-12-25 21:08:33 -07:00
fail-no-dead-code.stderr Update tests 2019-03-11 23:10:26 +03:00
fail-simple.rs Remove licenses 2018-12-25 21:08:33 -07:00
fail-simple.stderr Update tests 2019-03-11 23:10:26 +03:00
fat-ptr-cast.rs Remove licenses 2018-12-25 21:08:33 -07:00
fat-ptr-cast.stderr Update tests 2019-03-11 23:10:26 +03:00
feature-gate-optimize_attribute.rs Resolve breakage 2019-01-25 19:20:38 +02:00
feature-gate-optimize_attribute.stderr Update tests 2019-03-11 23:10:26 +03:00
feature-gated-feature-in-macro-arg.rs Remove licenses 2018-12-25 21:08:33 -07:00
feature-gated-feature-in-macro-arg.stderr Update tests 2019-03-11 23:10:26 +03:00
ffi_returns_twice.rs Correct error message 2019-02-23 15:48:40 +01:00
ffi_returns_twice.stderr Update tests 2019-03-11 23:10:26 +03:00
float-literal-inference-restrictions.rs Remove licenses 2018-12-25 21:08:33 -07:00
float-literal-inference-restrictions.stderr Update tests 2019-03-11 23:10:26 +03:00
fn_must_use.rs Remove licenses 2018-12-25 21:08:33 -07:00
fn_must_use.stderr Update tests 2019-03-11 23:10:26 +03:00
foreign-fn-return-lifetime.fixed Remove licenses 2018-12-25 21:08:33 -07:00
foreign-fn-return-lifetime.rs Remove licenses 2018-12-25 21:08:33 -07:00
foreign-fn-return-lifetime.stderr Update tests 2019-03-11 23:10:26 +03:00
foreign-unsafe-fn-called.rs Remove licenses 2018-12-25 21:08:33 -07:00
foreign-unsafe-fn-called.stderr Remove licenses 2018-12-25 21:08:33 -07:00
future-incompatible-lint-group.rs Remove licenses 2018-12-25 21:08:33 -07:00
future-incompatible-lint-group.stderr Update tests 2019-03-11 23:10:26 +03:00
gated-bad-feature.rs Implement basic input validation for built-in attributes 2019-01-13 14:17:19 +03:00
gated-bad-feature.stderr Update tests 2019-03-11 23:10:26 +03:00
generator-yielding-or-returning-itself.rs Remove licenses 2018-12-25 21:08:33 -07:00
generator-yielding-or-returning-itself.stderr Remove licenses 2018-12-25 21:08:33 -07:00
glob-cycles.rs Remove licenses 2018-12-25 21:08:33 -07:00
glob-resolve1.rs Remove licenses 2018-12-25 21:08:33 -07:00
glob-resolve1.stderr use suggestions for "enum instead of variant" error 2019-03-21 11:04:15 -04:00
hashmap-iter-value-lifetime.nll.stderr Update NLL tests 2019-03-11 23:18:35 +03:00
hashmap-iter-value-lifetime.rs Remove licenses 2018-12-25 21:08:33 -07:00
hashmap-iter-value-lifetime.stderr Update tests 2019-03-11 23:10:26 +03:00
hashmap-lifetimes.nll.stderr Update NLL tests 2019-03-11 23:18:35 +03:00
hashmap-lifetimes.rs Remove licenses 2018-12-25 21:08:33 -07:00
hashmap-lifetimes.stderr Update tests 2019-03-11 23:10:26 +03:00
hidden-rt-injection.rs Remove licenses 2018-12-25 21:08:33 -07:00
hidden-rt-injection.stderr Update tests 2019-03-11 23:10:26 +03:00
hidden-rt-injection2.rs Remove licenses 2018-12-25 21:08:33 -07:00
hidden-rt-injection2.stderr Update tests 2019-03-11 23:10:26 +03:00
higher-lifetime-bounds.rs Remove licenses 2018-12-25 21:08:33 -07:00
higher-lifetime-bounds.stderr Remove licenses 2018-12-25 21:08:33 -07:00
huge-array-simple.rs Make target pointer-width specific variants of (very old) huge-array-simple.rs test. 2019-02-22 15:13:07 +01:00
huge-array-simple.stderr Make target pointer-width specific variants of (very old) huge-array-simple.rs test. 2019-02-22 15:13:07 +01:00
huge-array.rs Remove licenses 2018-12-25 21:08:33 -07:00
huge-array.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
huge-enum.rs With this change, I am able to build and test cross-platform rustc 2019-01-16 14:37:22 +01:00
huge-enum.stderr With this change, I am able to build and test cross-platform rustc 2019-01-16 14:37:22 +01:00
huge-struct.rs Remove licenses 2018-12-25 21:08:33 -07:00
huge-struct.stderr Normalize tests for i686 Windows. 2018-08-14 11:12:11 +02:00
if-else-type-mismatch.rs Suggest removal of semicolon when appropriate 2019-01-13 17:36:29 -08:00
if-else-type-mismatch.stderr Suggest removal of semicolon when appropriate 2019-01-13 17:36:29 -08:00
illegal-ufcs-drop.rs Remove licenses 2018-12-25 21:08:33 -07:00
illegal-ufcs-drop.stderr Update tests 2019-03-11 23:10:26 +03:00
immut-function-arguments.ast.nll.stderr Updated UI test output to remove test annotations for revisions 2019-03-17 17:00:18 +01:00
immut-function-arguments.ast.stderr Updated UI test output to remove test annotations for revisions 2019-03-17 17:00:18 +01:00
immut-function-arguments.mir.stderr Updated UI test output to remove test annotations for revisions 2019-03-17 17:00:18 +01:00
immut-function-arguments.rs Remove licenses 2018-12-25 21:08:33 -07:00
impl-bounds-checking.rs Remove licenses 2018-12-25 21:08:33 -07:00
impl-bounds-checking.stderr Update tests 2019-03-11 23:10:26 +03:00
impl-duplicate-methods.rs Remove licenses 2018-12-25 21:08:33 -07:00
impl-duplicate-methods.stderr Remove licenses 2018-12-25 21:08:33 -07:00
impl-unused-rps-in-assoc-type.rs Remove licenses 2018-12-25 21:08:33 -07:00
impl-unused-rps-in-assoc-type.stderr Update tests 2019-03-11 23:10:26 +03:00
impl-unused-tps-inherent.rs Remove licenses 2018-12-25 21:08:33 -07:00
impl-unused-tps-inherent.stderr Remove licenses 2018-12-25 21:08:33 -07:00
impl-unused-tps.rs Remove licenses 2018-12-25 21:08:33 -07:00
impl-unused-tps.stderr Remove licenses 2018-12-25 21:08:33 -07:00
implicit-method-bind.rs Remove licenses 2018-12-25 21:08:33 -07:00
implicit-method-bind.stderr Update tests 2019-03-11 23:10:26 +03:00
import.rs use structured suggestions for E0432 2019-03-09 11:05:30 -05:00
import.stderr Update tests 2019-03-11 23:10:26 +03:00
import2.rs Remove licenses 2018-12-25 21:08:33 -07:00
import2.stderr Update tests 2019-03-11 23:10:26 +03:00
import3.rs Remove licenses 2018-12-25 21:08:33 -07:00
import3.stderr Remove licenses 2018-12-25 21:08:33 -07:00
import4.rs Remove licenses 2018-12-25 21:08:33 -07:00
import4.stderr Remove licenses 2018-12-25 21:08:33 -07:00
impossible_range.rs Remove licenses 2018-12-25 21:08:33 -07:00
impossible_range.stderr Update tests 2019-03-11 23:10:26 +03:00
inaccessible-test-modules.rs Remove licenses 2018-12-25 21:08:33 -07:00
inaccessible-test-modules.stderr Update tests 2019-03-11 23:10:26 +03:00
index-bot.rs Remove licenses 2018-12-25 21:08:33 -07:00
index-bot.stderr Update tests 2019-03-11 23:10:26 +03:00
index-help.rs Remove licenses 2018-12-25 21:08:33 -07:00
index-help.stderr Update tests 2019-03-11 23:10:26 +03:00
index_message.rs Remove licenses 2018-12-25 21:08:33 -07:00
index_message.stderr Update tests 2019-03-11 23:10:26 +03:00
indexing-requires-a-uint.rs Make str indexing generic on SliceIndex. 2019-01-19 04:16:05 -05:00
indexing-requires-a-uint.stderr Update tests 2019-03-11 23:10:26 +03:00
init-unsafe.rs Remove licenses 2018-12-25 21:08:33 -07:00
init-unsafe.stderr Update tests 2019-03-11 23:10:26 +03:00
inline-asm-bad-constraint.rs Remove licenses 2018-12-25 21:08:33 -07:00
inline-asm-bad-constraint.stderr Update tests 2019-03-11 23:10:26 +03:00
inline-asm-bad-operand.rs Remove licenses 2018-12-25 21:08:33 -07:00
inline-asm-bad-operand.stderr Update tests 2019-03-11 23:10:26 +03:00
inner-static-type-parameter.rs Make name resolution handle consts in GenericParamsFromOuterFunction properly 2019-02-07 15:03:20 +01:00
inner-static-type-parameter.stderr Update tests 2019-03-11 23:10:26 +03:00
integer-literal-suffix-inference.rs Remove licenses 2018-12-25 21:08:33 -07:00
integer-literal-suffix-inference.stderr Remove licenses 2018-12-25 21:08:33 -07:00
integral-indexing.rs Make str indexing generic on SliceIndex. 2019-01-19 04:16:05 -05:00
integral-indexing.stderr Update tests 2019-03-11 23:10:26 +03:00
integral-variable-unification-error.rs Improve type mismatch error messages 2018-12-31 20:43:08 -05:00
integral-variable-unification-error.stderr Improve type mismatch error messages 2018-12-31 20:43:08 -05:00
invalid_crate_type_syntax.rs Implement basic input validation for built-in attributes 2019-01-13 14:17:19 +03:00
invalid_crate_type_syntax.stderr Update tests 2019-03-11 23:10:26 +03:00
invalid_dispatch_from_dyn_impls.rs Remove licenses 2018-12-25 21:08:33 -07:00
invalid_dispatch_from_dyn_impls.stderr Update tests 2019-03-11 23:10:26 +03:00
lang-item-missing.rs Remove licenses 2018-12-25 21:08:33 -07:00
lang-item-missing.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
lexical-scopes.rs Remove licenses 2018-12-25 21:08:33 -07:00
lexical-scopes.stderr Tweak spans for E0599 2019-03-23 13:05:29 -07:00
lifetime-before-type-params.rs Fix suggestions given mulitple bad lifetimes 2019-01-18 01:10:14 +00:00
lifetime-before-type-params.stderr Update tests 2019-02-07 15:02:17 +01:00
lifetime_starts_expressions.rs Remove licenses 2018-12-25 21:08:33 -07:00
lifetime_starts_expressions.stderr Reword type ascription note to reduce verbosity 2019-03-22 20:14:20 -07:00
linkage2.rs Remove licenses 2018-12-25 21:08:33 -07:00
linkage2.stderr Remove licenses 2018-12-25 21:08:33 -07:00
linkage3.rs Remove licenses 2018-12-25 21:08:33 -07:00
linkage3.stderr Remove licenses 2018-12-25 21:08:33 -07:00
linkage4.rs Remove licenses 2018-12-25 21:08:33 -07:00
linkage4.stderr Remove licenses 2018-12-25 21:08:33 -07:00
loud_ui.rs Newlines.... newlines everywhere 2018-12-04 10:06:05 +01:00
lto-duplicate-symbols.rs Remove licenses 2018-12-25 21:08:33 -07:00
lto-duplicate-symbols.stderr Use CGU name as LLVM module name and add some caching to CGU name generation. 2018-08-15 14:50:54 +02:00
lub-if.rs Remove licenses 2018-12-25 21:08:33 -07:00
lub-if.stderr Update tests 2019-03-11 23:10:26 +03:00
lub-match.rs Remove licenses 2018-12-25 21:08:33 -07:00
lub-match.stderr Update tests 2019-03-11 23:10:26 +03:00
main-wrong-location.rs Remove licenses 2018-12-25 21:08:33 -07:00
main-wrong-location.stderr Remove licenses 2018-12-25 21:08:33 -07:00
main-wrong-type.rs Remove licenses 2018-12-25 21:08:33 -07:00
main-wrong-type.stderr Remove licenses 2018-12-25 21:08:33 -07:00
malformed_macro_lhs.rs Remove licenses 2018-12-25 21:08:33 -07:00
malformed_macro_lhs.stderr Update tests 2019-03-11 23:10:26 +03:00
map-types.rs Remove licenses 2018-12-25 21:08:33 -07:00
map-types.stderr Remove licenses 2018-12-25 21:08:33 -07:00
match-on-negative-integer-ranges.rs Fix bug in integer range matching 2019-02-01 20:02:21 +00:00
maybe-bounds-where-cpass.rs Remove licenses 2018-12-25 21:08:33 -07:00
maybe-bounds-where.rs Remove licenses 2018-12-25 21:08:33 -07:00
maybe-bounds-where.stderr Remove licenses 2018-12-25 21:08:33 -07:00
maybe-bounds.rs Remove licenses 2018-12-25 21:08:33 -07:00
maybe-bounds.stderr Update tests 2019-03-11 23:10:26 +03:00
meta-expected-error-correct-rev.a.stderr Updated UI test output to remove test annotations for revisions 2019-03-17 17:00:18 +01:00
meta-expected-error-correct-rev.rs Remove licenses 2018-12-25 21:08:33 -07:00
minus-string.rs Remove licenses 2018-12-25 21:08:33 -07:00
minus-string.stderr Remove licenses 2018-12-25 21:08:33 -07:00
mir-unpretty.rs Remove licenses 2018-12-25 21:08:33 -07:00
mir-unpretty.stderr Update tests 2019-03-11 23:10:26 +03:00
mir_check_nonconst.rs Remove licenses 2018-12-25 21:08:33 -07:00
mir_check_nonconst.stderr Remove licenses 2018-12-25 21:08:33 -07:00
missing_debug_impls.rs Remove licenses 2018-12-25 21:08:33 -07:00
missing_debug_impls.stderr Update tests 2019-03-11 23:10:26 +03:00
mod-subitem-as-enum-variant.rs Update tests 2019-03-20 18:32:52 +00:00
mod-subitem-as-enum-variant.stderr Update tests 2019-03-20 18:32:52 +00:00
module-macro_use-arguments.rs Remove licenses 2018-12-25 21:08:33 -07:00
module-macro_use-arguments.stderr Update tests 2019-03-11 23:10:26 +03:00
multiple-main-2.rs Remove licenses 2018-12-25 21:08:33 -07:00
multiple-main-2.stderr Update tests 2019-03-11 23:10:26 +03:00
multiple-main-3.rs Remove licenses 2018-12-25 21:08:33 -07:00
multiple-main-3.stderr Update tests 2019-03-11 23:10:26 +03:00
multiple-plugin-registrars.rs Remove licenses 2018-12-25 21:08:33 -07:00
multiple-plugin-registrars.stderr Remove licenses 2018-12-25 21:08:33 -07:00
mutexguard-sync.rs Remove licenses 2018-12-25 21:08:33 -07:00
mutexguard-sync.stderr Remove licenses 2018-12-25 21:08:33 -07:00
nested-cfg-attrs.rs Remove licenses 2018-12-25 21:08:33 -07:00
nested-cfg-attrs.stderr Update tests 2019-03-11 23:10:26 +03:00
nested-ty-params.rs Make name resolution handle consts in GenericParamsFromOuterFunction properly 2019-02-07 15:03:20 +01:00
nested-ty-params.stderr Make name resolution handle consts in GenericParamsFromOuterFunction properly 2019-02-07 15:03:20 +01:00
nested_impl_trait.rs Remove licenses 2018-12-25 21:08:33 -07:00
nested_impl_trait.stderr Remove licenses 2018-12-25 21:08:33 -07:00
never-assign-dead-code.rs Remove licenses 2018-12-25 21:08:33 -07:00
never-assign-dead-code.stderr Update tests 2019-03-11 23:10:26 +03:00
never-assign-wrong-type.rs Remove licenses 2018-12-25 21:08:33 -07:00
never-assign-wrong-type.stderr Update tests 2019-03-11 23:10:26 +03:00
never_transmute_never.rs Remove licenses 2018-12-25 21:08:33 -07:00
no-args-non-move-async-closure.rs Remove licenses 2018-12-25 21:08:33 -07:00
no-args-non-move-async-closure.stderr Remove licenses 2018-12-25 21:08:33 -07:00
no-capture-arc.nll.stderr Fix --compare-mode=nll tests 2019-01-24 10:53:43 -08:00
no-capture-arc.rs Remove licenses 2018-12-25 21:08:33 -07:00
no-capture-arc.stderr Remove licenses 2018-12-25 21:08:33 -07:00
no-implicit-prelude-nested.rs Remove licenses 2018-12-25 21:08:33 -07:00
no-implicit-prelude-nested.stderr Update tests 2019-03-11 23:10:26 +03:00
no-implicit-prelude.rs Remove licenses 2018-12-25 21:08:33 -07:00
no-implicit-prelude.stderr Update tests 2019-03-11 23:10:26 +03:00
no-link-unknown-crate.rs Remove licenses 2018-12-25 21:08:33 -07:00
no-link-unknown-crate.stderr Update tests 2019-03-11 23:10:26 +03:00
no-link.rs Remove licenses 2018-12-25 21:08:33 -07:00
no-link.stderr Update tests 2019-03-11 23:10:26 +03:00
no-patterns-in-args-2.rs Remove licenses 2018-12-25 21:08:33 -07:00
no-patterns-in-args-2.stderr Update tests 2019-03-11 23:10:26 +03:00
no-patterns-in-args-macro.rs Remove licenses 2018-12-25 21:08:33 -07:00
no-patterns-in-args-macro.stderr Remove licenses 2018-12-25 21:08:33 -07:00
no-patterns-in-args.rs Remove licenses 2018-12-25 21:08:33 -07:00
no-patterns-in-args.stderr Update tests 2019-03-11 23:10:26 +03:00
no-reuse-move-arc.nll.stderr Update NLL tests 2019-03-11 23:18:35 +03:00
no-reuse-move-arc.rs Remove licenses 2018-12-25 21:08:33 -07:00
no-reuse-move-arc.stderr Update tests 2019-03-11 23:10:26 +03:00
no-send-res-ports.rs Remove licenses 2018-12-25 21:08:33 -07:00
no-send-res-ports.stderr Remove licenses 2018-12-25 21:08:33 -07:00
no-std-inject.rs Remove licenses 2018-12-25 21:08:33 -07:00
no-std-inject.stderr Update tests 2019-03-11 23:10:26 +03:00
no-type-for-node-ice.rs Remove licenses 2018-12-25 21:08:33 -07:00
no-type-for-node-ice.stderr Update tests 2019-03-11 23:10:26 +03:00
no-warn-on-field-replace-issue-34101.rs Remove licenses 2018-12-25 21:08:33 -07:00
no_crate_type.rs Implement basic input validation for built-in attributes 2019-01-13 14:17:19 +03:00
no_crate_type.stderr Update tests 2019-03-11 23:10:26 +03:00
no_owned_box_lang_item.rs Remove licenses 2018-12-25 21:08:33 -07:00
no_owned_box_lang_item.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
no_send-enum.rs Remove licenses 2018-12-25 21:08:33 -07:00
no_send-enum.stderr Remove licenses 2018-12-25 21:08:33 -07:00
no_send-rc.rs Remove licenses 2018-12-25 21:08:33 -07:00
no_send-rc.stderr Remove licenses 2018-12-25 21:08:33 -07:00
no_send-struct.rs Remove licenses 2018-12-25 21:08:33 -07:00
no_send-struct.stderr Remove licenses 2018-12-25 21:08:33 -07:00
no_share-enum.rs Remove licenses 2018-12-25 21:08:33 -07:00
no_share-enum.stderr Remove licenses 2018-12-25 21:08:33 -07:00
no_share-struct.rs Remove licenses 2018-12-25 21:08:33 -07:00
no_share-struct.stderr Remove licenses 2018-12-25 21:08:33 -07:00
noexporttypeexe.rs Remove licenses 2018-12-25 21:08:33 -07:00
noexporttypeexe.stderr Remove licenses 2018-12-25 21:08:33 -07:00
non-constant-expr-for-arr-len.rs Remove licenses 2018-12-25 21:08:33 -07:00
non-constant-expr-for-arr-len.stderr Remove licenses 2018-12-25 21:08:33 -07:00
non-constant-in-const-path.rs Remove licenses 2018-12-25 21:08:33 -07:00
non-constant-in-const-path.stderr Remove licenses 2018-12-25 21:08:33 -07:00
non-copyable-void.rs Remove licenses 2018-12-25 21:08:33 -07:00
non-copyable-void.stderr Remove licenses 2018-12-25 21:08:33 -07:00
non-interger-atomic.rs Remove licenses 2018-12-25 21:08:33 -07:00
non-interger-atomic.stderr Remove licenses 2018-12-25 21:08:33 -07:00
noncopyable-class.rs Remove licenses 2018-12-25 21:08:33 -07:00
noncopyable-class.stderr Update tests 2019-03-11 23:10:26 +03:00
nonscalar-cast.rs Remove licenses 2018-12-25 21:08:33 -07:00
nonscalar-cast.stderr Update tests 2019-03-11 23:10:26 +03:00
not-clone-closure.rs Remove licenses 2018-12-25 21:08:33 -07:00
not-clone-closure.stderr Update tests 2019-03-11 23:10:26 +03:00
not-copy-closure.nll.stderr Update NLL tests 2019-03-11 23:18:35 +03:00
not-copy-closure.rs Remove licenses 2018-12-25 21:08:33 -07:00
not-copy-closure.stderr Update tests 2019-03-11 23:10:26 +03:00
not-enough-arguments.rs Remove licenses 2018-12-25 21:08:33 -07:00
not-enough-arguments.stderr Remove licenses 2018-12-25 21:08:33 -07:00
not-sync.rs Remove licenses 2018-12-25 21:08:33 -07:00
not-sync.stderr Remove licenses 2018-12-25 21:08:33 -07:00
object-does-not-impl-trait.rs Remove licenses 2018-12-25 21:08:33 -07:00
object-does-not-impl-trait.stderr Remove licenses 2018-12-25 21:08:33 -07:00
object-pointer-types.rs Remove licenses 2018-12-25 21:08:33 -07:00
object-pointer-types.stderr Update tests 2019-03-11 23:10:26 +03:00
obsolete-syntax-impl-for-dotdot.rs Remove licenses 2018-12-25 21:08:33 -07:00
obsolete-syntax-impl-for-dotdot.stderr Update tests 2019-03-11 23:10:26 +03:00
occurs-check-2.rs Remove licenses 2018-12-25 21:08:33 -07:00
occurs-check-2.stderr Remove licenses 2018-12-25 21:08:33 -07:00
occurs-check-3.rs Remove licenses 2018-12-25 21:08:33 -07:00
occurs-check-3.stderr Remove licenses 2018-12-25 21:08:33 -07:00
occurs-check.rs Remove licenses 2018-12-25 21:08:33 -07:00
occurs-check.stderr Remove licenses 2018-12-25 21:08:33 -07:00
old-suffixes-are-really-forbidden.rs Remove licenses 2018-12-25 21:08:33 -07:00
old-suffixes-are-really-forbidden.stderr Update tests 2019-03-11 23:10:26 +03:00
once-cant-call-twice-on-heap.nll.stderr Update NLL tests 2019-03-11 23:18:35 +03:00
once-cant-call-twice-on-heap.rs Remove licenses 2018-12-25 21:08:33 -07:00
once-cant-call-twice-on-heap.stderr Update tests 2019-03-11 23:10:26 +03:00
opt-in-copy.rs Remove licenses 2018-12-25 21:08:33 -07:00
opt-in-copy.stderr Remove licenses 2018-12-25 21:08:33 -07:00
or-pattern-mismatch.rs Remove licenses 2018-12-25 21:08:33 -07:00
or-pattern-mismatch.stderr Don't add label to the match expr when the type is not fully realized 2019-01-12 19:36:28 -08:00
order-dependent-cast-inference.rs Remove licenses 2018-12-25 21:08:33 -07:00
order-dependent-cast-inference.stderr Remove licenses 2018-12-25 21:08:33 -07:00
orphan-check-diagnostics.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
orphan-check-diagnostics.stderr Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
osx-frameworks.rs Remove licenses 2018-12-25 21:08:33 -07:00
osx-frameworks.stderr Remove licenses 2018-12-25 21:08:33 -07:00
out-of-order-shadowing.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
out-of-order-shadowing.stderr Update tests 2019-03-11 23:10:26 +03:00
output-type-mismatch.rs Remove licenses 2018-12-25 21:08:33 -07:00
output-type-mismatch.stderr Remove licenses 2018-12-25 21:08:33 -07:00
overlap-marker-trait.rs Remove licenses 2018-12-25 21:08:33 -07:00
overlap-marker-trait.stderr Update tests 2019-03-11 23:10:26 +03:00
overloaded-calls-nontuple.rs Remove licenses 2018-12-25 21:08:33 -07:00
overloaded-calls-nontuple.stderr Update tests 2019-03-11 23:10:26 +03:00
panic_implementation-closures.rs Remove licenses 2018-12-25 21:08:33 -07:00
paren-span.rs Remove licenses 2018-12-25 21:08:33 -07:00
paren-span.stderr Update tests 2019-03-11 23:10:26 +03:00
parenthesized-deref-suggestion.rs Corrected spelling inconsistency 2019-01-22 09:08:52 +01:00
parenthesized-deref-suggestion.stderr Update tests 2019-03-11 23:10:26 +03:00
parse-error-correct.rs Remove licenses 2018-12-25 21:08:33 -07:00
parse-error-correct.stderr Update tests 2019-03-11 23:10:26 +03:00
parser-recovery-1.rs Remove licenses 2018-12-25 21:08:33 -07:00
parser-recovery-1.stderr Update tests 2019-03-11 23:10:26 +03:00
parser-recovery-2.rs Remove licenses 2018-12-25 21:08:33 -07:00
parser-recovery-2.stderr Update tests 2019-03-11 23:10:26 +03:00
partialeq_help.rs Remove licenses 2018-12-25 21:08:33 -07:00
partialeq_help.stderr Update tests 2019-03-11 23:10:26 +03:00
path-lookahead.rs Remove licenses 2018-12-25 21:08:33 -07:00
path-lookahead.stderr Update tests 2019-03-11 23:10:26 +03:00
phantom-oibit.rs Remove licenses 2018-12-25 21:08:33 -07:00
phantom-oibit.stderr Remove licenses 2018-12-25 21:08:33 -07:00
placement-syntax.rs Remove licenses 2018-12-25 21:08:33 -07:00
placement-syntax.stderr Remove licenses 2018-12-25 21:08:33 -07:00
point-to-type-err-cause-on-impl-trait-return-2.rs Do not give incorrect label for return type mismatch 2019-01-17 22:33:20 -08:00
point-to-type-err-cause-on-impl-trait-return-2.stderr Do not give incorrect label for return type mismatch 2019-01-17 22:33:20 -08:00
point-to-type-err-cause-on-impl-trait-return.rs Fix test after rebase 2019-01-17 22:51:01 -08:00
point-to-type-err-cause-on-impl-trait-return.stderr Update tests 2019-03-11 23:10:26 +03:00
pptypedef.rs Remove licenses 2018-12-25 21:08:33 -07:00
pptypedef.stderr Remove licenses 2018-12-25 21:08:33 -07:00
precise_pointer_size_matching.rs Fix precise_pointer_size_matching tests on all platforms 2018-12-05 23:21:56 +01:00
precise_pointer_size_matching.stderr Update tests 2019-03-11 23:10:26 +03:00
prim-with-args.rs Update tests 2019-03-20 18:32:52 +00:00
prim-with-args.stderr Update tests 2019-03-20 18:32:52 +00:00
primitive-binop-lhs-mut.rs Add a test for #27054 2019-03-12 18:34:43 +00:00
priv-in-bad-locations.rs Remove licenses 2018-12-25 21:08:33 -07:00
priv-in-bad-locations.stderr Update tests 2019-03-11 23:10:26 +03:00
ptr-coercion.rs Remove licenses 2018-12-25 21:08:33 -07:00
ptr-coercion.stderr Update tests 2019-03-11 23:10:26 +03:00
question-mark-type-infer.rs Remove licenses 2018-12-25 21:08:33 -07:00
question-mark-type-infer.stderr Update tests 2019-03-11 23:10:26 +03:00
reassign-ref-mut.rs Remove licenses 2018-12-25 21:08:33 -07:00
reassign-ref-mut.stderr Remove licenses 2018-12-25 21:08:33 -07:00
ref-suggestion.nll.stderr Update NLL tests 2019-03-11 23:18:35 +03:00
ref-suggestion.rs Remove licenses 2018-12-25 21:08:33 -07:00
ref-suggestion.stderr Update tests 2019-03-11 23:10:26 +03:00
refutable-pattern-errors.rs Remove licenses 2018-12-25 21:08:33 -07:00
refutable-pattern-errors.stderr Remove licenses 2018-12-25 21:08:33 -07:00
refutable-pattern-in-fn-arg.rs Remove licenses 2018-12-25 21:08:33 -07:00
refutable-pattern-in-fn-arg.stderr Remove licenses 2018-12-25 21:08:33 -07:00
regions-fn-subtyping-return-static-fail.rs update test files to reflect new output 2019-02-21 11:32:17 -05:00
regions-fn-subtyping-return-static-fail.stderr Update tests 2019-03-11 23:10:26 +03:00
reject-specialized-drops-8142.rs Remove licenses 2018-12-25 21:08:33 -07:00
reject-specialized-drops-8142.stderr Update tests 2019-03-11 23:10:26 +03:00
removing-extern-crate.fixed Remove licenses 2018-12-25 21:08:33 -07:00
removing-extern-crate.rs Remove licenses 2018-12-25 21:08:33 -07:00
removing-extern-crate.stderr Remove licenses 2018-12-25 21:08:33 -07:00
repeat-to-run-dtor-twice.rs Remove licenses 2018-12-25 21:08:33 -07:00
repeat-to-run-dtor-twice.stderr Remove licenses 2018-12-25 21:08:33 -07:00
repeat_count.rs Improve type mismatch error messages 2018-12-31 20:43:08 -05:00
repeat_count.stderr Improve type mismatch error messages 2018-12-31 20:43:08 -05:00
repr.rs Implement basic input validation for built-in attributes 2019-01-13 14:17:19 +03:00
repr.stderr Implement basic input validation for built-in attributes 2019-01-13 14:17:19 +03:00
required-lang-item.rs Remove licenses 2018-12-25 21:08:33 -07:00
required-lang-item.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
resolve_self_super_hint.rs use structured suggestions for E0432 2019-03-09 11:05:30 -05:00
resolve_self_super_hint.stderr use structured suggestions for E0432 2019-03-09 11:05:30 -05:00
ret-non-nil.rs Remove licenses 2018-12-25 21:08:33 -07:00
ret-non-nil.stderr Remove licenses 2018-12-25 21:08:33 -07:00
retslot-cast.rs Remove licenses 2018-12-25 21:08:33 -07:00
retslot-cast.stderr rustc: print ExistentialProjection with spaces around =, e.g. dyn Foo<A = X>. 2019-03-15 13:25:10 +02:00
rfc1623.rs Remove licenses 2018-12-25 21:08:33 -07:00
rfc1623.stderr Remove licenses 2018-12-25 21:08:33 -07:00
rmeta-lib-pass.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
rmeta-pass.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
rmeta-priv-warn.rs Remove licenses 2018-12-25 21:08:33 -07:00
rmeta.rs Remove licenses 2018-12-25 21:08:33 -07:00
rmeta.stderr Update tests 2019-03-11 23:10:26 +03:00
rmeta_lib.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
rmeta_lib.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
rmeta_meta_main.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
rmeta_meta_main.stderr Update tests 2019-03-11 23:10:26 +03:00
rust-unstable-column-gated.rs Remove licenses 2018-12-25 21:08:33 -07:00
rust-unstable-column-gated.stderr Remove licenses 2018-12-25 21:08:33 -07:00
rustc-args-required-const.rs Remove licenses 2018-12-25 21:08:33 -07:00
rustc-args-required-const.stderr Update tests 2019-03-11 23:10:26 +03:00
rustc-args-required-const2.rs Remove licenses 2018-12-25 21:08:33 -07:00
rustc-args-required-const2.stderr Update tests 2019-03-11 23:10:26 +03:00
rustc-error.rs Remove licenses 2018-12-25 21:08:33 -07:00
rustc-error.stderr Update tests 2019-03-11 23:10:26 +03:00
safe-extern-statics-mut.rs Remove licenses 2018-12-25 21:08:33 -07:00
safe-extern-statics-mut.stderr Update tests 2019-03-11 23:10:26 +03:00
safe-extern-statics.rs Remove licenses 2018-12-25 21:08:33 -07:00
safe-extern-statics.stderr Update tests 2019-03-11 23:10:26 +03:00
seq-args.rs Remove licenses 2018-12-25 21:08:33 -07:00
seq-args.stderr Update tests 2019-03-11 23:10:26 +03:00
shift-various-bad-types.rs Remove licenses 2018-12-25 21:08:33 -07:00
shift-various-bad-types.stderr Remove licenses 2018-12-25 21:08:33 -07:00
short-error-format.rs Remove licenses 2018-12-25 21:08:33 -07:00
short-error-format.stderr Remove licenses 2018-12-25 21:08:33 -07:00
simd-type-generic-monomorphisation.rs Remove licenses 2018-12-25 21:08:33 -07:00
simd-type-generic-monomorphisation.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
simd-type.rs Remove restriction on isize/usize in repr(simd) 2019-03-15 09:42:02 -04:00
simd-type.stderr Remove restriction on isize/usize in repr(simd) 2019-03-15 09:42:02 -04:00
similar-tokens.rs Remove licenses 2018-12-25 21:08:33 -07:00
similar-tokens.stderr Update tests 2019-03-11 23:10:26 +03:00
single-primitive-inherent-impl.rs Remove licenses 2018-12-25 21:08:33 -07:00
single-primitive-inherent-impl.stderr Update tests 2019-03-11 23:10:26 +03:00
sized-cycle-note.rs Remove licenses 2018-12-25 21:08:33 -07:00
sized-cycle-note.stderr Remove licenses 2018-12-25 21:08:33 -07:00
slice-2.rs Remove licenses 2018-12-25 21:08:33 -07:00
slice-2.stderr Update tests 2019-03-11 23:10:26 +03:00
slice-mut-2.nll.stderr Update NLL tests 2019-03-11 23:18:35 +03:00
slice-mut-2.rs Remove licenses 2018-12-25 21:08:33 -07:00
slice-mut-2.stderr Update tests 2019-03-11 23:10:26 +03:00
slice-mut.rs Remove licenses 2018-12-25 21:08:33 -07:00
slice-mut.stderr Remove licenses 2018-12-25 21:08:33 -07:00
slightly-nice-generic-literal-messages.rs Improve type mismatch error messages 2018-12-31 20:43:08 -05:00
slightly-nice-generic-literal-messages.stderr Improve type mismatch error messages 2018-12-31 20:43:08 -05:00
stability-in-private-module.rs Add test 2019-02-04 19:26:46 +09:00
stability-in-private-module.stderr Add test 2019-02-04 19:26:46 +09:00
stable-features.rs Remove licenses 2018-12-25 21:08:33 -07:00
stable-features.stderr Remove licenses 2018-12-25 21:08:33 -07:00
static_sized_requirement.rs Add test for no_core statics 2018-10-16 17:01:24 +02:00
staticness-mismatch.rs Remove licenses 2018-12-25 21:08:33 -07:00
staticness-mismatch.stderr Remove licenses 2018-12-25 21:08:33 -07:00
std-uncopyable-atomics.nll.stderr Update NLL tests 2019-03-11 23:18:35 +03:00
std-uncopyable-atomics.rs Remove licenses 2018-12-25 21:08:33 -07:00
std-uncopyable-atomics.stderr Update tests 2019-03-11 23:10:26 +03:00
stmt_expr_attrs_no_feature.rs Remove licenses 2018-12-25 21:08:33 -07:00
stmt_expr_attrs_no_feature.stderr Update tests 2019-03-11 23:10:26 +03:00
substs-ppaux.normal.stderr Fix broken links to second edition TRPL. 2019-01-01 12:53:07 -05:00
substs-ppaux.rs rustc: always hide defaulted generic args, even in verbose mode. 2019-03-15 13:25:10 +02:00
substs-ppaux.verbose.stderr rustc: always hide defaulted generic args, even in verbose mode. 2019-03-15 13:25:10 +02:00
suffixed-literal-meta.rs Implement basic input validation for built-in attributes 2019-01-13 14:17:19 +03:00
suffixed-literal-meta.stderr Update tests 2019-03-11 23:10:26 +03:00
super-at-top-level.rs Remove licenses 2018-12-25 21:08:33 -07:00
super-at-top-level.stderr Update tests 2019-03-11 23:10:26 +03:00
suppressed-error.rs Remove licenses 2018-12-25 21:08:33 -07:00
suppressed-error.stderr Remove licenses 2018-12-25 21:08:33 -07:00
switched-expectations.rs Remove licenses 2018-12-25 21:08:33 -07:00
switched-expectations.stderr Update tests 2019-03-11 23:10:26 +03:00
syntax-extension-minor.rs Remove licenses 2018-12-25 21:08:33 -07:00
syntax-extension-minor.stderr Remove licenses 2018-12-25 21:08:33 -07:00
syntax-trait-polarity-feature-gate.rs Remove licenses 2018-12-25 21:08:33 -07:00
syntax-trait-polarity-feature-gate.stderr Remove licenses 2018-12-25 21:08:33 -07:00
syntax-trait-polarity.rs Remove licenses 2018-12-25 21:08:33 -07:00
syntax-trait-polarity.stderr Remove licenses 2018-12-25 21:08:33 -07:00
synthetic-param.rs Remove licenses 2018-12-25 21:08:33 -07:00
synthetic-param.stderr Update tests 2019-03-11 23:10:26 +03:00
tag-that-dare-not-speak-its-name.rs Fix error in tag-that-dare-not-speak-its-name 2019-02-28 04:06:16 +09:00
tag-that-dare-not-speak-its-name.stderr Fix error in tag-that-dare-not-speak-its-name 2019-02-28 04:06:16 +09:00
tag-type-args.rs Remove licenses 2018-12-25 21:08:33 -07:00
tag-type-args.stderr Update tests 2019-03-11 23:10:26 +03:00
tag-variant-cast-non-nullary.rs Remove licenses 2018-12-25 21:08:33 -07:00
tag-variant-cast-non-nullary.stderr Update tests 2019-03-11 23:10:26 +03:00
tag-variant-disr-dup.rs Remove licenses 2018-12-25 21:08:33 -07:00
tag-variant-disr-dup.stderr Update tests 2019-03-11 23:10:26 +03:00
tail-typeck.rs Remove licenses 2018-12-25 21:08:33 -07:00
tail-typeck.stderr Point at return type when appropriate 2019-01-18 00:12:09 -08:00
target-feature-gate.rs Add MOVBE feature 2019-01-30 21:07:48 +05:30
target-feature-gate.stderr Add MOVBE feature 2019-01-30 21:07:48 +05:30
target-feature-wrong.rs Remove licenses 2018-12-25 21:08:33 -07:00
target-feature-wrong.stderr Update tests 2019-03-11 23:10:26 +03:00
terr-in-field.rs Remove licenses 2018-12-25 21:08:33 -07:00
terr-in-field.stderr Update tests 2019-03-11 23:10:26 +03:00
terr-sorts.rs Remove licenses 2018-12-25 21:08:33 -07:00
terr-sorts.stderr Update tests 2019-03-11 23:10:26 +03:00
test-attr-non-associated-functions.rs Remove licenses 2018-12-25 21:08:33 -07:00
test-attr-non-associated-functions.stderr Update tests 2019-03-11 23:10:26 +03:00
test-cfg.rs Remove licenses 2018-12-25 21:08:33 -07:00
test-cfg.stderr Update tests 2019-03-11 23:10:26 +03:00
test-on-macro.rs Remove licenses 2018-12-25 21:08:33 -07:00
test-on-macro.stderr Remove licenses 2018-12-25 21:08:33 -07:00
test-should-panic-attr.rs Implement basic input validation for built-in attributes 2019-01-13 14:17:19 +03:00
test-should-panic-attr.stderr Implement basic input validation for built-in attributes 2019-01-13 14:17:19 +03:00
test-warns-dead-code.rs Remove licenses 2018-12-25 21:08:33 -07:00
test-warns-dead-code.stderr Update tests 2019-03-11 23:10:26 +03:00
thread-local-in-ctfe.nll.stderr Remove licenses 2018-12-25 21:08:33 -07:00
thread-local-in-ctfe.rs Remove licenses 2018-12-25 21:08:33 -07:00
thread-local-in-ctfe.stderr Remove licenses 2018-12-25 21:08:33 -07:00
thread-local-mutation.nll.stderr Update NLL tests 2019-03-11 23:18:35 +03:00
thread-local-mutation.rs Add a regression test for mutating a non-mut #[thread_local] 2019-01-14 08:02:33 -08:00
thread-local-mutation.stderr Update tests 2019-03-11 23:10:26 +03:00
tool_lints-fail.rs Remove licenses 2018-12-25 21:08:33 -07:00
tool_lints-fail.stderr Update tests 2019-03-11 23:10:26 +03:00
tool_lints.rs Remove licenses 2018-12-25 21:08:33 -07:00
tool_lints.stderr Remove licenses 2018-12-25 21:08:33 -07:00
trace_macros-format.rs Remove licenses 2018-12-25 21:08:33 -07:00
trace_macros-format.stderr Update tests 2019-03-11 23:10:26 +03:00
trace_macros-gate.rs Make sure feature gate errors are recoverable 2018-12-27 15:51:37 +03:00
trace_macros-gate.stderr Update tests 2019-03-11 23:10:26 +03:00
trait-method-number-parameters.rs Remove licenses 2018-12-25 21:08:33 -07:00
trait-method-number-parameters.stderr Update tests 2019-03-11 23:10:26 +03:00
transmute-equal-assoc-types.rs Add specific diagnostic for transmuting between equal associated types 2018-12-28 19:23:22 +00:00
transmute-equal-assoc-types.stderr Update tests 2019-03-11 23:10:26 +03:00
trivial_casts.rs Remove licenses 2018-12-25 21:08:33 -07:00
trivial_casts.stderr Update tests 2019-03-11 23:10:26 +03:00
try-on-option.rs Remove licenses 2018-12-25 21:08:33 -07:00
try-on-option.stderr Update tests 2019-03-11 23:10:26 +03:00
try-operator-on-main.rs Remove licenses 2018-12-25 21:08:33 -07:00
try-operator-on-main.stderr Update tests 2019-03-11 23:10:26 +03:00
try-poll.rs Remove licenses 2018-12-25 21:08:33 -07:00
tutorial-suffix-inference-test.rs Remove licenses 2018-12-25 21:08:33 -07:00
tutorial-suffix-inference-test.stderr Remove licenses 2018-12-25 21:08:33 -07:00
type-alias-enum-variants-panic.rs Fixed several ICEs. 2018-12-26 21:40:22 +00:00
type-alias-enum-variants-panic.stderr Fixed several ICEs. 2018-12-26 21:40:22 +00:00
type-alias-enum-variants-priority-2.rs Prioritize variants as inherent associated items during name resolution 2019-01-16 23:51:41 +03:00
type-alias-enum-variants-priority-2.stderr Update tests 2019-03-11 23:10:26 +03:00
type-alias-enum-variants-priority-3.rs Prioritize variants as inherent associated items during name resolution 2019-01-16 23:51:41 +03:00
type-alias-enum-variants-priority-3.stderr Prioritize variants as inherent associated items during name resolution 2019-01-16 23:51:41 +03:00
type-alias-enum-variants-priority.rs Prioritize variants as inherent associated items during name resolution 2019-01-16 23:51:41 +03:00
type-alias-enum-variants-priority.stderr Prioritize variants as inherent associated items during name resolution 2019-01-16 23:51:41 +03:00
type-alias-enum-variants.rs Update tests 2019-03-20 18:32:52 +00:00
type-alias-enum-variants.stderr Update tests 2019-03-20 18:32:52 +00:00
type_length_limit.rs rustc_mir: adjust the type_length_limit diagnostic to be more useful. 2019-03-15 13:25:10 +02:00
type_length_limit.stderr rustc_mir: adjust the type_length_limit diagnostic to be more useful. 2019-03-15 13:25:10 +02:00
ui-testing-optout.rs Remove licenses 2018-12-25 21:08:33 -07:00
ui-testing-optout.stderr Update tests 2019-03-11 23:10:26 +03:00
unconstrained-none.rs Remove licenses 2018-12-25 21:08:33 -07:00
unconstrained-none.stderr Update tests 2019-03-11 23:10:26 +03:00
unconstrained-ref.rs Remove licenses 2018-12-25 21:08:33 -07:00
unconstrained-ref.stderr Update tests 2019-03-11 23:10:26 +03:00
underscore-ident-matcher.rs Remove licenses 2018-12-25 21:08:33 -07:00
underscore-ident-matcher.stderr Update tests 2019-03-11 23:10:26 +03:00
underscore_const_names.rs Stabilize let bindings and destructuring in constants and const fn 2019-01-09 10:20:12 +01:00
unevaluated_fixed_size_array_len.rs Remove licenses 2018-12-25 21:08:33 -07:00
unevaluated_fixed_size_array_len.stderr Update tests 2019-03-11 23:10:26 +03:00
unique-object-noncopyable.rs Remove licenses 2018-12-25 21:08:33 -07:00
unique-object-noncopyable.stderr Update tests 2019-03-11 23:10:26 +03:00
unique-pinned-nocopy.rs Remove licenses 2018-12-25 21:08:33 -07:00
unique-pinned-nocopy.stderr Update tests 2019-03-11 23:10:26 +03:00
unknown-language-item.rs Remove licenses 2018-12-25 21:08:33 -07:00
unknown-language-item.stderr Remove licenses 2018-12-25 21:08:33 -07:00
unknown-lint-tool-name.rs Remove licenses 2018-12-25 21:08:33 -07:00
unknown-lint-tool-name.stderr Update tests 2019-03-11 23:10:26 +03:00
unknown-tool-name.rs Remove licenses 2018-12-25 21:08:33 -07:00
unknown-tool-name.stderr Update tests 2019-03-11 23:10:26 +03:00
unnecessary-extern-crate.rs Remove licenses 2018-12-25 21:08:33 -07:00
unnecessary-extern-crate.stderr Remove licenses 2018-12-25 21:08:33 -07:00
unop-move-semantics.nll.stderr Update NLL tests 2019-03-11 23:18:35 +03:00
unop-move-semantics.rs Remove licenses 2018-12-25 21:08:33 -07:00
unop-move-semantics.stderr Update tests 2019-03-11 23:10:26 +03:00
unop-neg-bool.rs Remove licenses 2018-12-25 21:08:33 -07:00
unop-neg-bool.stderr Update tests 2019-03-11 23:10:26 +03:00
unrestricted-attribute-tokens.rs Stabilize unrestricted_attribute_tokens 2019-02-25 23:21:54 +03:00
unsized3.rs Remove licenses 2018-12-25 21:08:33 -07:00
unsized3.stderr Fix broken links to second edition TRPL. 2019-01-01 12:53:07 -05:00
unsized5.rs Remove licenses 2018-12-25 21:08:33 -07:00
unsized5.stderr Fix broken links to second edition TRPL. 2019-01-01 12:53:07 -05:00
unsized6.rs Remove licenses 2018-12-25 21:08:33 -07:00
unsized6.stderr Fix broken links to second edition TRPL. 2019-01-01 12:53:07 -05:00
unsized7.rs Remove licenses 2018-12-25 21:08:33 -07:00
unsized7.stderr Fix broken links to second edition TRPL. 2019-01-01 12:53:07 -05:00
unspecified-self-in-trait-ref.rs Remove licenses 2018-12-25 21:08:33 -07:00
unspecified-self-in-trait-ref.stderr Tweak spans for E0599 2019-03-23 13:05:29 -07:00
unsupported-cast.rs Remove licenses 2018-12-25 21:08:33 -07:00
unsupported-cast.stderr Remove licenses 2018-12-25 21:08:33 -07:00
use-self-in-inner-fn.rs Make name resolution handle consts in GenericParamsFromOuterFunction properly 2019-02-07 15:03:20 +01:00
use-self-in-inner-fn.stderr Make name resolution handle consts in GenericParamsFromOuterFunction properly 2019-02-07 15:03:20 +01:00
used.rs Remove licenses 2018-12-25 21:08:33 -07:00
used.stderr Update tests 2019-03-11 23:10:26 +03:00
useless-comment.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
useless-comment.stderr Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
useless-pub.rs Remove licenses 2018-12-25 21:08:33 -07:00
useless-pub.stderr Update tests 2019-03-11 23:10:26 +03:00
user-defined-macro-rules.rs Remove licenses 2018-12-25 21:08:33 -07:00
user-defined-macro-rules.stderr Update tests 2019-03-11 23:10:26 +03:00
utf8_idents.rs specify "upper camel case" in style lint 2019-02-13 13:41:32 -05:00
utf8_idents.stderr Update tests 2019-03-11 23:10:26 +03:00
vector-cast-weirdness.rs Remove licenses 2018-12-25 21:08:33 -07:00
vector-cast-weirdness.stderr Update tests 2019-03-11 23:10:26 +03:00
vector-no-ann.rs Remove licenses 2018-12-25 21:08:33 -07:00
vector-no-ann.stderr Remove licenses 2018-12-25 21:08:33 -07:00
vtable-res-trait-param.rs Remove licenses 2018-12-25 21:08:33 -07:00
vtable-res-trait-param.stderr Update tests 2019-03-11 23:10:26 +03:00
walk-struct-literal-with.nll.stderr Update NLL tests 2019-03-11 23:18:35 +03:00
walk-struct-literal-with.rs Remove licenses 2018-12-25 21:08:33 -07:00
walk-struct-literal-with.stderr Update tests 2019-03-11 23:10:26 +03:00
warn-path-statement.rs Remove licenses 2018-12-25 21:08:33 -07:00
warn-path-statement.stderr Update tests 2019-03-11 23:10:26 +03:00
wasm-custom-section-relocations.rs Remove licenses 2018-12-25 21:08:33 -07:00
wasm-custom-section-relocations.stderr Update tests that don't run on my platform 2019-03-11 23:30:10 +03:00
wasm-import-module.rs Remove licenses 2018-12-25 21:08:33 -07:00
wasm-import-module.stderr Update tests 2019-03-11 23:10:26 +03:00
while-let.rs Stabilise irrefutable if-let and while-let patterns 2019-01-12 03:10:59 +00:00
while-let.stderr Update tests 2019-03-11 23:10:26 +03:00
while-type-error.rs Remove licenses 2018-12-25 21:08:33 -07:00
while-type-error.stderr Remove licenses 2018-12-25 21:08:33 -07:00
windows-subsystem-invalid.rs Remove licenses 2018-12-25 21:08:33 -07:00
windows-subsystem-invalid.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
write-to-static-mut-in-static.rs Stabilize let bindings and destructuring in constants and const fn 2019-01-09 10:20:12 +01:00
write-to-static-mut-in-static.stderr Stabilize let bindings and destructuring in constants and const fn 2019-01-09 10:20:12 +01:00
writing-to-immutable-vec.nll.stderr Update NLL tests 2019-03-11 23:18:35 +03:00
writing-to-immutable-vec.rs Remove licenses 2018-12-25 21:08:33 -07:00
writing-to-immutable-vec.stderr Update tests 2019-03-11 23:10:26 +03:00
wrong-mul-method-signature.rs Remove licenses 2018-12-25 21:08:33 -07:00
wrong-mul-method-signature.stderr Remove licenses 2018-12-25 21:08:33 -07:00
wrong-ret-type.rs Remove licenses 2018-12-25 21:08:33 -07:00
wrong-ret-type.stderr Point at return type when appropriate 2019-01-18 00:12:09 -08:00
xc-private-method.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
xc-private-method.stderr Remove licenses 2018-12-25 21:08:33 -07:00
xc-private-method2.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
xc-private-method2.stderr Remove licenses 2018-12-25 21:08:33 -07:00