rust/src/test/ui
Tyler Mandry 5c14433c00 Fix incorrect Box::pin suggestion
The suggestion checked if Pin<Box<T>> could be coeerced to the expected
type, but did not check predicates created by the coercion. We now
look for predicates that definitely cannot be satisfied before giving
the suggestion.

The suggestion is marked MaybeIncorrect because we allow predicates that
are still ambiguous and can't be proven.
2021-10-13 23:26:00 +00:00
..
abi Disallow the aapcs CC on Aarch64 2021-08-30 13:46:07 +03:00
alloc-error
allocator Various diagnostics clean ups/tweaks 2021-07-19 08:43:35 -07:00
annotate-snippet
anon-params Practice diagnostic message convention 2021-10-03 16:16:28 +09:00
array-slice-vec Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank 2021-09-30 01:40:30 +00:00
asm make #[target_feature] work with asm register classes 2021-10-07 15:42:18 -04:00
associated-consts Fix incorrect disambiguation suggestion for associated items 2021-09-25 21:47:33 +02:00
associated-item Move object safety suggestions to the end of the error 2021-09-15 14:48:53 +00:00
associated-type-bounds Consistently use 'supertrait'. 2021-10-02 08:05:44 +07:00
associated-types Rollup merge of #89504 - Aaron1011:rpit-nll-static, r=nikomatsakis 2021-10-04 23:56:24 -07:00
ast-json Bless ast-json tests. 2021-09-02 19:25:17 +02:00
async-await Note specific regions involved in 'borrowed data escapes' error 2021-10-05 13:25:03 -05:00
attributes Move malformed attribute code to a function and fix inner attribute suggestion. 2021-09-25 08:11:10 -07:00
auto-traits Deny where clauses on auto traits 2021-10-03 18:06:21 +02:00
autoref-autoderef Improve help for recursion limit errors 2021-09-28 22:17:13 +02:00
auxiliary Move some tests to more reasonable directories 2021-09-15 14:03:27 -03:00
bench
binding Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
binop Consider unfulfilled obligations in binop errors 2021-10-05 23:34:13 +00:00
blind Modify structured suggestion output 2021-08-11 09:46:24 +00:00
block-result Modify structured suggestion output 2021-08-11 09:46:24 +00:00
borrowck Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank 2021-09-30 01:40:30 +00:00
box Use larger span for adjustments on method calls 2021-09-25 10:00:41 -05:00
btreemap
builtin-superkinds Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
c-variadic Modify structured suggestion output 2021-08-11 09:46:24 +00:00
cast Fix suggestion to borrow when casting from pointer to reference 2021-10-04 21:15:02 +02:00
cfg
chalkify Point at call span that introduced obligation for the arg 2021-09-16 12:12:27 +00:00
closure_context
closure-expected-type Don't suggest replacing region with 'static in NLL 2021-10-03 21:53:48 -05:00
closures Add regression test 2021-10-08 04:00:38 +01:00
cmse-nonsecure Follow the diagnostic output style guide 2021-10-03 14:28:39 +09:00
codegen Split critical edge targeting the start block 2021-08-17 00:00:00 +00:00
codemap_tests Use larger span for adjustments on method calls 2021-09-25 10:00:41 -05:00
coercion Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
coherence Don't use projection cache or candidate cache in intercrate mode 2021-09-20 14:37:11 -05:00
command fix command-create-pidfd test inside unprivileged docker containers 2021-08-12 14:40:09 +02:00
compare-method Modify structured suggestion output 2021-08-11 09:46:24 +00:00
conditional-compilation Remove Session.used_attrs and move logic to CheckAttrVisitor 2021-08-21 13:27:27 -05:00
confuse-field-and-method Modify structured suggestion output 2021-08-11 09:46:24 +00:00
const_prop
const-generics Rollup merge of #89588 - BoxyUwU:add_a_test_uwu, r=lcnr 2021-10-06 12:33:23 -07:00
const-ptr Avoid using the copy_nonoverlapping wrapper through mem::replace. 2021-08-08 13:59:36 +03:00
consts Rollup merge of #89768 - hellow554:tests, r=Mark-Simulacrum 2021-10-13 21:55:10 +09:00
crate-loading Work around different filenames for DLLs 2021-10-12 13:31:21 -07:00
cross Remove trailing whitespace from error messages 2021-08-04 10:48:30 +02:00
cross-crate Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
custom_test_frameworks Various diagnostics clean ups/tweaks 2021-07-19 08:43:35 -07:00
cycle-trait Improve errors for recursive type aliases 2021-08-21 18:30:25 -07:00
definition-reachable
dep-graph Support incremental in compiletest for non-incremental modes. 2021-09-23 12:16:51 -07:00
deprecation Modify structured suggestion output 2021-08-11 09:46:24 +00:00
derived-errors
derives Consider unfulfilled obligations in binop errors 2021-10-05 23:34:13 +00:00
deriving Expand one test (from jackh726) 2021-10-02 11:26:56 +02:00
dest-prop
destructuring-assignment Consider unfulfilled obligations in binop errors 2021-10-05 23:34:13 +00:00
did_you_mean Auto merge of #89386 - ehuss:rollup-idf4dmj, r=ehuss 2021-09-30 04:51:41 +00:00
directory_ownership
disallowed-deconstructing
discrim Use smaller spans for some structured suggestions 2021-08-12 09:52:38 +00:00
dollar-crate
drop Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
drop-bounds
dropck Use larger span for adjustments on method calls 2021-09-25 10:00:41 -05:00
dst Update old box expression tests and add a new one. 2021-08-20 16:26:24 +02:00
duplicate Modify structured suggestion output 2021-08-11 09:46:24 +00:00
dyn-drop feat(rustc_lint): add dyn_drop 2021-07-18 07:55:57 -07:00
dyn-keyword Add test for extra <> in dyn suggestion. 2021-08-30 22:34:46 +02:00
dynamically-sized-types Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
editions Fix 2021 dyn suggestion that used code as label 2021-09-04 18:31:00 -07:00
empty Modify structured suggestion output 2021-08-11 09:46:24 +00:00
entry-point Make all tests use type_alias_impl_trait feature instead of min 2021-07-27 12:33:02 -03:00
enum feature(const_generics) -> feature(const_param_types) 2021-08-30 11:00:21 +02:00
enum-discriminant Add enum_intrinsics_non_enums lint 2021-10-11 09:46:27 +02:00
error-codes Work around different filenames for DLLs 2021-10-12 13:31:21 -07:00
explicit
expr Fix rebase 2021-09-16 12:12:28 +00:00
extenv
extern Point at call span that introduced obligation for the arg 2021-09-16 12:12:27 +00:00
extern-flag
feature-gates Add feature gate to non_exhaustive_omitted_patterns lint 2021-10-08 17:40:39 -04:00
fmt Improve error message for printf-style format strings 2021-09-29 02:02:45 +02:00
fn Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
for Various diagnostics clean ups/tweaks 2021-07-19 08:43:35 -07:00
for-loop-while Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
foreign
fully-qualified-type
function-pointer
functional-struct-update
functions-closures
generator Rollup merge of #89321 - tmiasko:rebase-resume-arg, r=estebank 2021-09-30 23:41:07 -07:00
generic-associated-types add some more testcases 2021-10-12 08:56:05 +02:00
generics Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
half-open-range-patterns
hashmap Use larger span for adjustments on method calls 2021-09-25 10:00:41 -05:00
hello_world
higher-rank-trait-bounds Move test to correct path. 2021-10-03 05:24:45 +02:00
hr-subtype Don't anonymize bound region names during typeck 2021-09-25 13:04:00 -05:00
hrtb Don't suggest replacing region with 'static in NLL 2021-10-03 21:53:48 -05:00
hygiene Rollup merge of #88838 - FabianWolff:issue-88472, r=estebank 2021-09-30 23:41:05 -07:00
impl-header-lifetime-elision Note specific regions involved in 'borrowed data escapes' error 2021-10-05 13:25:03 -05:00
impl-trait Don't suggest replacing region with 'static in NLL 2021-10-03 21:53:48 -05:00
imports Practice diagnostic message convention 2021-10-03 16:16:28 +09:00
in-band-lifetimes Modify structured suggestion output 2021-08-11 09:46:24 +00:00
include-macros
inference Make diagnostics clearer for ? operators 2021-09-17 13:13:28 +09:00
infinite Improve help for recursion limit errors 2021-09-28 22:17:13 +02:00
inherent-impls-overlap-check Deduplicate regions ids before merging them 2021-10-13 00:00:00 +00:00
inline-const Add test for issue 82518 2021-08-16 19:33:49 +01:00
interior-mutability Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
internal Update tests 2021-07-27 16:26:50 -04:00
intrinsics Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
invalid Check for macros in built-in attributes that don't support them. 2021-09-25 09:03:15 -07:00
invalid-compile-flags
invalid-module-declaration
invalid-self-argument
issues Auto merge of #89633 - rhysd:issue-65230, r=petrochenkov 2021-10-10 15:59:28 +00:00
iterators Practice diagnostic message convention 2021-10-03 16:16:28 +09:00
keyword Modify structured suggestion output 2021-08-11 09:46:24 +00:00
kindck Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
label Modify structured suggestion output 2021-08-11 09:46:24 +00:00
lang-items Practice diagnostic message convention 2021-10-03 16:16:28 +09:00
layout Add c_enum_min_bits to target spec 2021-08-12 09:44:16 -07:00
let-else Add let-else tests 2021-08-30 20:18:43 -05:00
lifetimes Note specific regions involved in 'borrowed data escapes' error 2021-10-05 13:25:03 -05:00
limits Remove trailing whitespace from error messages 2021-08-04 10:48:30 +02:00
linkage-attr
lint Add enum_intrinsics_non_enums lint 2021-10-11 09:46:27 +02:00
liveness Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
llvm-asm Move some tests to more reasonable directories 2021-09-15 14:03:27 -03:00
loops Check for shadowing issues involving block labels 2021-09-15 15:42:15 +02:00
lub-glb Don't anonymize bound region names during typeck 2021-09-25 13:04:00 -05:00
macro_backtrace Remove trailing whitespace from error messages 2021-08-04 10:48:30 +02:00
macros Practice diagnostic message convention 2021-10-03 16:16:28 +09:00
malformed Move malformed attribute code to a function and fix inner attribute suggestion. 2021-09-25 08:11:10 -07:00
manual
marker_trait_attr marker_traits: require EvaluatedToOk 2021-08-18 16:34:54 +02:00
match Use larger span for adjustments on method calls 2021-09-25 10:00:41 -05:00
meta Auto merge of #87915 - estebank:fancy-spans, r=oli-obk 2021-09-13 16:31:12 +00:00
methods Consider unfulfilled obligations in binop errors 2021-10-05 23:34:13 +00:00
mir Fix unsound optimization with explicit variant discriminants 2021-10-03 16:04:38 +02:00
mir-dataflow Ensure that MaybeLiveLocals works with simple sum-type assignments 2021-10-04 14:10:30 -07:00
mismatched_types Fix suggestion to borrow when casting from pointer to reference 2021-10-04 21:15:02 +02:00
missing Practice diagnostic message convention 2021-10-03 16:16:28 +09:00
missing_non_modrs_mod
modules Check for macros in built-in attributes that don't support them. 2021-09-25 09:03:15 -07:00
modules_and_files_visibility
moves Auto merge of #87998 - nneonneo:master, r=oli-obk 2021-09-30 13:23:09 +00:00
mut Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank 2021-09-30 01:40:30 +00:00
namespace Point at call span that introduced obligation for the arg 2021-09-16 12:12:27 +00:00
native-library-link-flags Don't allow both the +bundle and +whole-archive modifiers for rlibs 2021-08-30 11:51:27 +02:00
never_type Add #[must_use] to From::from and Into::into 2021-10-11 18:10:30 -04:00
nll Show detailed expected/found types in error message when trait paths are the same 2021-10-09 00:07:37 +09:00
non_modrs_mods
non_modrs_mods_and_inline_mods
not-panic Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
numbers-arithmetic
numeric Rollup merge of #87960 - hkmatsumoto:suggest-inexisting-field-for-unmentioned-field, r=estebank 2021-09-19 17:31:29 +09:00
object-lifetime Note specific regions involved in 'borrowed data escapes' error 2021-10-05 13:25:03 -05:00
object-safety Use larger span for adjustments on method calls 2021-09-25 10:00:41 -05:00
obsolete-in-place feature(const_generics) -> feature(const_param_types) 2021-08-30 11:00:21 +02:00
on-unimplemented Point at call span that introduced obligation for the arg 2021-09-16 12:12:27 +00:00
or-patterns Consider unfulfilled obligations in binop errors 2021-10-05 23:34:13 +00:00
overloaded Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
packed Modify structured suggestion output 2021-08-11 09:46:24 +00:00
packed-struct
panic-handler
panic-runtime
panics Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
parser Add regression test for ice 89574 2021-10-06 02:35:31 +01:00
pattern Rollup merge of #89777 - pierwill:fix-88233, r=Mark-Simulacrum 2021-10-13 21:55:10 +09:00
polymorphization Move some tests to more reasonable directories 2021-09-15 14:03:27 -03:00
print_type_sizes print-type-sizes: skip field printing for primitives 2021-09-28 00:00:00 +00:00
print-fuel
privacy Bless tests. 2021-09-30 17:40:15 +02:00
proc-macro Stabilize proc_macro::is_available 2021-10-10 14:09:54 +02:00
process Do not call getpid wrapper after fork in tests 2021-08-01 09:45:00 +02:00
process-termination
pub Modify structured suggestion output 2021-08-11 09:46:24 +00:00
qualified
range Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
raw-ref-op
reachable Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
recursion Improve help for recursion limit errors 2021-09-28 22:17:13 +02:00
recursion_limit Improve help for recursion limit errors 2021-09-28 22:17:13 +02:00
regions Note specific regions involved in 'borrowed data escapes' error 2021-10-05 13:25:03 -05:00
repr Fix ICE in improper_ctypes_definitions lint with all-ZST transparent types 2021-07-31 15:57:51 +02:00
reserved Modify structured suggestion output 2021-08-11 09:46:24 +00:00
resolve tests 2021-10-08 10:55:48 +02:00
return Modify structured suggestion output 2021-08-11 09:46:24 +00:00
rfc-0107-bind-by-move-pattern-guards
rfc-1445-restrict-constants-in-patterns
rfc-1717-dllimport Practice diagnostic message convention 2021-10-03 16:16:28 +09:00
rfc-1937-termination-trait Remove unnecessary label 2021-09-16 12:12:28 +00:00
rfc-2005-default-binding-mode Use larger span for adjustments on method calls 2021-09-25 10:00:41 -05:00
rfc-2008-non-exhaustive Filter unstable and doc hidden variants in usefulness checking 2021-10-12 08:22:25 -04:00
rfc-2027-object-safe-for-dispatch
rfc-2091-track-caller Support #[track_caller] on closures and generators 2021-09-22 15:19:33 -05:00
rfc-2093-infer-outlives Use a more accurate span on assoc types WF checks 2021-08-12 10:02:36 +00:00
rfc-2126-crate-paths
rfc-2126-extern-absolute-paths
rfc-2294-if-let-guard Don't mark if_let_guard as an incomplete feature 2021-08-16 17:10:31 +02:00
rfc-2306
rfc-2361-dbg-macro
rfc-2457 Practice diagnostic message convention 2021-10-03 16:16:28 +09:00
rfc-2497-if-let-chains feature(const_generics) -> feature(const_param_types) 2021-08-30 11:00:21 +02:00
rfc-2565-param-attrs Use smaller spans for some structured suggestions 2021-08-12 09:52:38 +00:00
rfc-2627-raw-dylib Implement #[link_ordinal] attribute in the context of #[link(kind = "raw-dylib")]. 2021-09-20 14:50:35 -07:00
rfc-2632-const-trait-impl Split impl-with-default-fn test into a pass test and a fail test 2021-10-11 18:20:20 +01:00
rfcs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
rmeta
rust-2018 Bless tests. 2021-09-02 19:08:59 +02:00
rust-2021 Add tests for panic and [debug_]assert in Rust 2021. 2021-10-07 14:27:08 +02:00
rustdoc Move working checks into separate test files 2021-08-16 23:17:27 +02:00
sanitize Practice diagnostic message convention 2021-10-03 16:16:28 +09:00
save-analysis Remove min_tait and full_tait stderr dangling files 2021-07-27 19:50:14 -03:00
self Rollup merge of #88838 - FabianWolff:issue-88472, r=estebank 2021-09-30 23:41:05 -07:00
sepcomp
shadowed Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
simd Auto merge of #89541 - workingjubilee:abbrev-shufvec-t, r=Mark-Simulacrum 2021-10-10 22:25:49 +00:00
single-use-lifetime Modify structured suggestion output 2021-08-11 09:46:24 +00:00
span Consider unfulfilled obligations in binop errors 2021-10-05 23:34:13 +00:00
specialization Consider unfulfilled obligations in binop errors 2021-10-05 23:34:13 +00:00
stability-attribute Add long explanation for E0544. 2021-07-26 22:59:16 +01:00
static Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
statics
str Point at call span that introduced obligation for the arg 2021-09-16 12:12:27 +00:00
structs Modify structured suggestion output 2021-08-11 09:46:24 +00:00
structs-enums Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
suggestions Fix incorrect Box::pin suggestion 2021-10-13 23:26:00 +00:00
svh
symbol-names Move some tests to more reasonable directories 2021-09-15 14:03:27 -03:00
target-feature
terminal-width Modify structured suggestion output 2021-08-11 09:46:24 +00:00
test-attrs Practice diagnostic message convention 2021-10-03 16:16:28 +09:00
thinlto
thread-local Move some tests to more reasonable directories 2021-09-15 14:03:27 -03:00
threads-sendsync Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
tool-attributes Don't confuse the user with notes about tool modules. 2021-08-23 16:57:59 +02:00
trait-bounds Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
traits add some more testcases 2021-10-12 08:56:05 +02:00
transmute
treat-err-as-bug
trivial-bounds Practice diagnostic message convention 2021-10-03 16:16:28 +09:00
try-block Use more accurate spans for "unused delimiter" lint 2021-09-09 14:24:33 +00:00
try-trait Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
tuple
type Consider unfulfilled obligations in binop errors 2021-10-05 23:34:13 +00:00
type-alias
type-alias-enum-variants Bless tests 2021-08-21 18:41:34 -07:00
type-alias-impl-trait Auto merge of #89120 - In-line:remove_unneded_visible_parents_map, r=estebank 2021-09-24 05:29:49 +00:00
type-inference Modify structured suggestion output 2021-08-11 09:46:24 +00:00
typeck Auto merge of #89576 - tom7980:issue-89275-fix, r=estebank 2021-10-08 11:44:45 +00:00
typeof Use smaller spans for some structured suggestions 2021-08-12 09:52:38 +00:00
ufcs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
unboxed-closures Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
underscore-imports Bless tests. 2021-09-02 19:08:59 +02:00
underscore-lifetime Use more accurate spans when proposing adding lifetime to item 2021-08-18 10:25:15 +00:00
uniform-paths
uninhabited Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
union Suggest deriving traits if possible 2021-09-06 13:18:05 +02:00
unique Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
unresolved
unsafe Move some tests to more reasonable directories 2021-09-15 14:03:27 -03:00
unsized Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
unsized-locals Point at call span that introduced obligation for the arg 2021-09-16 12:12:27 +00:00
unused-crate-deps
unwind-abis
use resolve: Cache module loading for all foreign modules 2021-10-02 18:31:42 +03:00
variance Show detailed expected/found types in error message when trait paths are the same 2021-10-09 00:07:37 +09:00
variants Modify structured suggestion output 2021-08-11 09:46:24 +00:00
wasm Add regression test for issue 80108 2021-10-10 14:09:55 -07:00
wf Support incremental in compiletest for non-incremental modes. 2021-09-23 12:16:51 -07:00
where-clauses Point at call span that introduced obligation for the arg 2021-09-16 12:12:27 +00:00
xcrate Remove trailing whitespace from error messages 2021-08-04 10:48:30 +02:00
zero-sized
.gitattributes
absolute-paths-in-nested-use-groups.rs
absolute-paths-in-nested-use-groups.stderr
access-mode-in-closures.rs
access-mode-in-closures.stderr
alias-uninit-value.rs
align-with-extern-c-fn.rs
alignment-gep-tup-like-1.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
alloca-from-derived-tydesc.rs
anonymous-higher-ranked-lifetime.rs
anonymous-higher-ranked-lifetime.stderr Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
arg-count-mismatch.rs
arg-count-mismatch.stderr
arg-type-mismatch.rs
arg-type-mismatch.stderr
argument-passing.rs
artificial-block.rs
as-precedence.rs
assign-assign.rs
assign-imm-local-twice.rs
assign-imm-local-twice.stderr
assignment-operator-unimplemented.rs
assignment-operator-unimplemented.stderr Consider unfulfilled obligations in binop errors 2021-10-05 23:34:13 +00:00
assoc-inherent.rs
assoc-inherent.stderr
assoc-lang-items.rs
assoc-lang-items.stderr
assoc-oddities-3.rs
associated-item-long-paths.rs
associated-path-shl.rs
associated-path-shl.stderr
atomic-from-mut-not-available.rs
atomic-from-mut-not-available.stderr
atomic-print.rs
attempted-access-non-fatal.rs
attempted-access-non-fatal.stderr
attr-bad-crate-attr.rc
attr-eq-token-tree.rs
attr-eq-token-tree.stderr
attr-shebang.rs
attr-start.rs
attr-usage-inline.rs
attr-usage-inline.stderr
attr-usage-repr.rs
attr-usage-repr.stderr
attribute-with-no-generics-in-parameter-list.rs
attribute-with-no-generics-in-parameter-list.stderr
attrs-resolution-errors.rs
attrs-resolution-errors.stderr
attrs-resolution.rs
augmented-assignments-feature-gate-cross.rs
augmented-assignments-feature-gate.rs
augmented-assignments-rpass.rs
augmented-assignments.rs
augmented-assignments.stderr
auto-instantiate.rs
auto-ref-slice-plus-ref.rs
auto-ref-slice-plus-ref.stderr
autobind.rs
autoderef-full-lval.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
autoderef-full-lval.stderr
backtrace-apple-no-dsymutil.rs
backtrace-debuginfo-aux.rs
backtrace-debuginfo.rs
backtrace.rs
bare-fn-implements-fn-mut.rs
bare-static-string.rs
bastion-of-the-turbofish.rs Integrate context into the memorial to Anna 2021-07-26 21:09:04 +02:00
big-literals.rs
bind-by-move.rs
bitwise.rs
blind-item-local-shadow.rs
blind-item-mixed-crate-use-item.rs
blind-item-mixed-use-item.rs
bogus-tag.rs
bogus-tag.stderr
borrow-by-val-method-receiver.rs
bound-suggestions.fixed
bound-suggestions.rs
bound-suggestions.stderr Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
bounds-lifetime.rs
bounds-lifetime.stderr
break-diverging-value.rs
break-diverging-value.stderr
break-outside-loop.rs
break-outside-loop.stderr
break-while-condition.rs
break-while-condition.stderr
bug-7295.rs
builtin-clone-unwind.rs
builtin-clone.rs
by-move-pattern-binding.rs
by-move-pattern-binding.stderr
byte-literals.rs
c-stack-returning-int64.rs
can-copy-pod.rs
cancel-clean-via-immediate-rvalue-ref.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
cannot-mutate-captured-non-mut-var.rs
cannot-mutate-captured-non-mut-var.stderr Use larger span for adjustments on method calls 2021-09-25 10:00:41 -05:00
capture1.rs
capture1.stderr
catch-unwind-bang.rs
cenum_impl_drop_cast.rs
cenum_impl_drop_cast.stderr
cfguard-run.rs
changing-crates.rs
changing-crates.stderr
char.rs
check-static-immutable-mut-slices.rs
check-static-immutable-mut-slices.stderr
check-static-recursion-foreign.rs
check-static-values-constraints.rs
check-static-values-constraints.stderr
child-outlives-parent.rs
class-cast-to-trait.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
class-cast-to-trait.stderr
class-method-missing.rs
class-method-missing.stderr
class-missing-self.rs
class-missing-self.stderr
cleanup-arm-conditional.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
cleanup-rvalue-for-scope.rs
cleanup-rvalue-scopes-cf.rs
cleanup-rvalue-scopes-cf.stderr
cleanup-rvalue-scopes.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
cleanup-rvalue-temp-during-incomplete-alloc.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
cleanup-shortcircuit.rs
clone-with-exterior.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
close-over-big-then-small-data.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
closure_promotion.rs
closure-expected.rs
closure-expected.stderr Point at call span that introduced obligation for the arg 2021-09-16 12:12:27 +00:00
codegen-object-shim.rs
command-line-diagnostics.rs
command-line-diagnostics.stderr
commandline-argfile-badutf8.args
commandline-argfile-badutf8.rs
commandline-argfile-badutf8.stderr
commandline-argfile-missing.rs
commandline-argfile-missing.stderr
commandline-argfile.args
commandline-argfile.rs
compile_error_macro.rs
compile_error_macro.stderr
complex.rs
concat.rs
concat.stderr
conflicting-repr-hints.rs
conflicting-repr-hints.stderr
conservative_impl_trait.rs
conservative_impl_trait.stderr
constructor-lifetime-args.rs
constructor-lifetime-args.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
continue-after-missing-main.nll.stderr
continue-after-missing-main.rs
continue-after-missing-main.stderr
copy-a-resource.rs
copy-a-resource.stderr
core-run-destroy.rs
crate-in-paths.rs
crate-in-paths.stderr
crate-leading-sep.rs
crate-method-reexport-grrrrrrr.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
crate-name-attr-used.rs
crate-name-mismatch.rs
crate-name-mismatch.stderr
crt-static-off-works.rs
crt-static-on-works.rs
custom_attribute.rs
custom_attribute.stderr
custom-attribute-multisegment.rs
custom-attribute-multisegment.stderr
custom-test-frameworks-simple.rs
cycle-generic-bound.rs
debuginfo-emit-llvm-ir-and-split-debuginfo.rs
debuginfo-lto.rs
deduplicate-diagnostics.deduplicate.stderr
deduplicate-diagnostics.duplicate.stderr
deduplicate-diagnostics.rs
deep.rs
default-alloc-error-hook.rs
default-associated-types.rs
default-method-parsing.rs
default-method-simple.rs
defaults-well-formedness.rs
deprecation-in-force-unstable.rs
deref-non-pointer.rs
deref-non-pointer.stderr
deref-rc.rs
deref.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
derive-uninhabited-enum-38885.rs
derive-uninhabited-enum-38885.stderr
destructure-trait-ref.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
destructure-trait-ref.stderr Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
disambiguate-identical-names.rs
disambiguate-identical-names.stderr
diverging-fallback-method-chain.rs
diverging-fallback-option.rs
diverging-fn-tail-35849.rs
diverging-fn-tail-35849.stderr
diverging-tuple-parts-39485.rs
diverging-tuple-parts-39485.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
does-nothing.rs
does-nothing.stderr
dont-suggest-private-trait-method.rs
dont-suggest-private-trait-method.stderr
double-ref.rs
double-type-import.rs
double-type-import.stderr
dupe-first-attr.rc
duplicate_doc_alias.rs Add test for duplicated doc aliases 2021-10-04 20:57:05 +02:00
duplicate_doc_alias.stderr Add test for duplicated doc aliases 2021-10-04 20:57:05 +02:00
duplicate_entry_error.rs
duplicate_entry_error.stderr
dyn-trait-compatibility.rs
dyn-trait-compatibility.stderr
early-ret-binop-add.rs
early-vtbl-resolution.rs
edition-keywords-2015-2015.rs
edition-keywords-2015-2018.rs
edition-keywords-2018-2015.rs
edition-keywords-2018-2018.rs
editions-crate-root-2015.rs
editions-crate-root-2015.stderr
editions-crate-root-2018.rs
editions-crate-root-2018.stderr
elide-errors-on-mismatched-tuple.rs
elide-errors-on-mismatched-tuple.stderr
elided-test.rs
elided-test.stderr
else-if.rs
empty_global_asm.rs
empty-allocation-non-null.rs
empty-allocation-rvalue-non-null.rs
empty-type-parameter-list.rs
enums-pats-not-idents.rs
enums-pats-not-idents.stderr
env-args-reverse-iterator.rs
env-funky-keys.rs
env-null-vars.rs
env-vars.rs
epoch-gate-feature.rs
eq-multidispatch.rs
error-festival.rs
error-festival.stderr Consider unfulfilled obligations in binop errors 2021-10-05 23:34:13 +00:00
error-should-say-copy-not-pod.rs
error-should-say-copy-not-pod.stderr Point at call span that introduced obligation for the arg 2021-09-16 12:12:27 +00:00
estr-uniq.rs
eval-enum.rs
eval-enum.stderr
exclusive-drop-and-copy.rs
exclusive-drop-and-copy.stderr
exec-env.rs
expanded-cfg.rs
explain.rs
explain.stdout
explicit-i-suffix.rs
explore-issue-38412.rs
explore-issue-38412.stderr Remove trailing whitespace from error messages 2021-08-04 10:48:30 +02:00
export2.rs
export2.stderr
export-fully-qualified.rs
export-fully-qualified.stderr
export-import.rs
export-import.stderr
export-multi.rs
export-non-interference2.rs
export-non-interference3.rs
export-tag-variant.rs
export-tag-variant.stderr
export.rs
export.stderr
expr-block-fn.rs
expr-block-generic-unique1.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
expr-block-generic-unique2.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
expr-block-generic.rs
expr-block-slot.rs
expr-block-unique.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
expr-block.rs
expr-copy.rs
expr-fn.rs
expr-if-generic.rs
expr-if-panic-all.rs
expr-if-unique.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
expr-if.rs
expr-scope.rs
ext-expand-inner-exprs.rs
ext-nonexistent.rs
ext-nonexistent.stderr
extoption_env-no-args.rs
extoption_env-no-args.stderr
extoption_env-not-defined.rs
extoption_env-not-string-literal.rs
extoption_env-not-string-literal.stderr
extoption_env-too-many-args.rs
extoption_env-too-many-args.stderr
fact.rs
fail-simple.rs
fail-simple.stderr
fat-lto.rs
fds-are-cloexec.rs
ffi_const2.rs
ffi_const2.stderr Add long explanation for E0757 2021-07-21 13:31:47 +01:00
ffi_const.rs
ffi_const.stderr
ffi_pure.rs
ffi_pure.stderr
ffi_returns_twice.rs
ffi_returns_twice.stderr
filter-block-view-items.rs
fixup-deref-mut.rs
float-literal-inference-restrictions.rs
float-literal-inference-restrictions.stderr Use smaller spans for some structured suggestions 2021-08-12 09:52:38 +00:00
fn-in-pat.rs
fn-in-pat.stderr
foreign-fn-return-lifetime.fixed
foreign-fn-return-lifetime.rs
foreign-fn-return-lifetime.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
foreign-unsafe-fn-called.mir.stderr
foreign-unsafe-fn-called.rs
foreign-unsafe-fn-called.thir.stderr
format-no-std.rs
fun-call-variants.rs
fun-indirect-call.rs
future-incompatible-lint-group.rs
future-incompatible-lint-group.stderr Practice diagnostic message convention 2021-10-03 16:16:28 +09:00
gated-bad-feature.rs
gated-bad-feature.stderr Move malformed attribute code to a function and fix inner attribute suggestion. 2021-09-25 08:11:10 -07:00
glob-cycles.rs
global-scope.rs
hello2021.rs
hello.rs
higher-lifetime-bounds.rs
higher-lifetime-bounds.stderr
ignore-all-the-things.rs
illegal-ufcs-drop.fixed
illegal-ufcs-drop.rs
illegal-ufcs-drop.stderr
immut-function-arguments.rs
immut-function-arguments.stderr
impl-duplicate-methods.rs
impl-duplicate-methods.stderr
impl-inherent-non-conflict.rs
impl-not-adjacent-to-type.rs
impl-privacy-xc-1.rs
impl-privacy-xc-2.rs
impl-unused-rps-in-assoc-type.rs
impl-unused-rps-in-assoc-type.stderr
impl-unused-tps-inherent.rs
impl-unused-tps-inherent.stderr
impl-unused-tps.rs
impl-unused-tps.stderr
implicit-method-bind.rs
implicit-method-bind.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
impossible_range.fixed
impossible_range.rs
impossible_range.stderr
in-band-lifetimes.rs
inc-range-pat.rs
include-single-expr-helper-1.rs
include-single-expr-helper.rs
include-single-expr.rs
include-single-expr.stderr
index_message.rs
index_message.stderr
index-bot.rs
index-bot.stderr
index-help.rs
index-help.stderr
indexing-requires-a-uint.rs
indexing-requires-a-uint.stderr Use smaller spans for some structured suggestions 2021-08-12 09:52:38 +00:00
infer-fn-tail-expr.rs
inherit-env.rs
init-large-type.rs
init-res-into-things.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
inline-disallow-on-variant.rs
inline-disallow-on-variant.stderr
inlined-main.rs
inner-attrs-on-impl.rs
inner-module.rs
inner-static-type-parameter.rs
inner-static-type-parameter.stderr
inner-static.rs
instantiable.rs
integer-literal-suffix-inference.rs
integer-literal-suffix-inference.stderr Use smaller spans for some structured suggestions 2021-08-12 09:52:38 +00:00
integral-indexing.rs
integral-indexing.stderr
integral-variable-unification-error.rs
integral-variable-unification-error.stderr
intrinsics-always-extern.rs
intrinsics-always-extern.stderr
invalid_crate_type_syntax.rs
invalid_crate_type_syntax.stderr Move malformed attribute code to a function and fix inner attribute suggestion. 2021-09-25 08:11:10 -07:00
invalid_dispatch_from_dyn_impls.rs
invalid_dispatch_from_dyn_impls.stderr
issue-73914.rs
issue-76387-llvm-miscompile.rs
issue-83639.rs
issue-83639.stderr
issues-71798.rs
issues-71798.stderr
istr.rs
item-name-overload.rs
json-and-color.rs
json-and-color.stderr
json-and-error-format.rs
json-and-error-format.stderr
json-bom-plus-crlf-multifile-aux.rs
json-bom-plus-crlf-multifile.rs
json-bom-plus-crlf-multifile.stderr Use multispan suggestions more often 2021-07-30 09:26:31 -07:00
json-bom-plus-crlf.rs
json-bom-plus-crlf.stderr Use multispan suggestions more often 2021-07-30 09:26:31 -07:00
json-invalid.rs
json-invalid.stderr
json-multiple.nll.stderr
json-multiple.polonius.stderr
json-multiple.rs
json-multiple.stderr
json-options.nll.stderr
json-options.polonius.stderr
json-options.rs
json-options.stderr
json-short.rs
json-short.stderr
keyword-changes-2012-07-31.rs
kindck-implicit-close-over-mut-var.rs
kinds-in-metadata.rs
kinds-of-primitive-impl.rs
kinds-of-primitive-impl.stderr
lambda-infer-unresolved.rs
lambda-var-hygiene.rs
large-records.rs
last-use-in-block.rs
last-use-in-cap-clause.rs
last-use-is-capture.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
lazy-and-or.rs
lazy-init.rs
leak-unique-as-tydesc.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
legacy-const-generics-bad.rs
legacy-const-generics-bad.stderr feature(const_generics) -> feature(const_param_types) 2021-08-30 11:00:21 +02:00
legacy-const-generics.rs
lexical-scopes.rs
lexical-scopes.stderr
lexical-scoping.rs
lifetime-before-type-params.rs
lifetime-before-type-params.stderr
link-cfg-works.rs
link-section.rs
linkage1.rs
lint-cap.rs
lint-unknown-lints-at-crate-level.rs
list.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
liveness-assign-imm-local-after-ret.rs
llvm-pr32379.rs
log-err-phi.rs
log-knows-the-names-of-variants-in-std.rs
log-knows-the-names-of-variants.rs
log-poly.rs
logging-only-prints-once.rs
long-while.rs
loud_ui.rs
lto-and-no-bitcode-in-rlib.rs
lto-and-no-bitcode-in-rlib.stderr
lto-duplicate-symbols.rs
lto-duplicate-symbols.stderr
lto-many-codegen-units.rs
lto-opt-level-s.rs
lto-opt-level-z.rs
lto-rustc-loads-linker-plugin.rs
lto-still-runs-thread-dtors.rs
lto-thin-rustc-loads-linker-plugin.rs
lub-glb-with-unbound-infer-var.rs
lub-if.nll.stderr Don't suggest replacing region with 'static in NLL 2021-10-03 21:53:48 -05:00
lub-if.rs
lub-if.stderr
lub-match.nll.stderr Don't suggest replacing region with 'static in NLL 2021-10-03 21:53:48 -05:00
lub-match.rs
lub-match.stderr
macro-quote-cond.rs
macro-quote-test.rs
main-wrong-location.rs
main-wrong-location.stderr
main-wrong-type.rs
main-wrong-type.stderr
malformed_macro_lhs.rs
malformed_macro_lhs.stderr
map-types.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
map-types.stderr
match-on-negative-integer-ranges.rs
matches2021.rs
max-min-classes.rs
maybe-bounds-where-cpass.rs
maybe-bounds-where.rs Don't move ?Trait bounds to param bounds if they're in where clauses 2021-09-07 18:08:46 -04:00
maybe-bounds-where.stderr Cleanup lower_generics_mut and make span be the bound itself, not the type 2021-09-29 13:31:03 -04:00
maybe-bounds.rs
maybe-bounds.stderr
minmax-stability-issue-23687.rs
minus-string.rs
minus-string.stderr
mir-unpretty.rs
mir-unpretty.stderr
missing_debug_impls.rs
missing_debug_impls.stderr
mod-subitem-as-enum-variant.rs
mod-subitem-as-enum-variant.stderr
module-macro_use-arguments.rs
module-macro_use-arguments.stderr
monad.rs
monomorphize-abi-alignment.rs Ignore automatically derived impls of Clone and Debug in dead code analysis 2021-09-09 19:49:07 +02:00
monomorphized-callees-with-ty-params-3314.rs
mpsc_stress.rs
msvc-data-only.rs
multi-panic.rs
multibyte.rs
multidispatch1.rs
multidispatch2.rs
multidispatch-conditional-impl-not-considered.rs
multiline-comment.rs
multiple-reprs.rs
mut-function-arguments.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
mut-vstore-expr.rs
mutexguard-sync.rs
mutexguard-sync.stderr Point at call span that introduced obligation for the arg 2021-09-16 12:12:27 +00:00
mutual-recursion-group.rs
native-print-no-runtime.rs
negative.rs
nested_item_main.rs
nested-block-comment.rs
nested-cfg-attrs.rs
nested-cfg-attrs.stderr
nested-class.rs
nested-function-names-issue-8587.rs
nested-ty-params.rs
nested-ty-params.stderr
new-box-syntax.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
new-box.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
new-impl-syntax.rs
new-import-syntax.rs
new-style-constants.rs
new-unicode-escapes.rs
new-unsafe-pointers.rs
newlambdas-ret-infer2.rs
newlambdas-ret-infer.rs
newlambdas.rs
newtype-polymorphic.rs
newtype-temporary.rs
newtype.rs
nil-decl-in-foreign.rs
no_crate_type.rs
no_crate_type.stderr Move malformed attribute code to a function and fix inner attribute suggestion. 2021-09-25 08:11:10 -07:00
no_owned_box_lang_item.rs
no_owned_box_lang_item.stderr
no_send-enum.rs
no_send-enum.stderr Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
no_send-rc.rs
no_send-rc.stderr Point at call span that introduced obligation for the arg 2021-09-16 12:12:27 +00:00
no_send-struct.rs
no_send-struct.stderr Point at call span that introduced obligation for the arg 2021-09-16 12:12:27 +00:00
no_share-enum.rs
no_share-enum.stderr Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
no_share-struct.rs
no_share-struct.stderr Point at call span that introduced obligation for the arg 2021-09-16 12:12:27 +00:00
no-capture-arc.rs
no-capture-arc.stderr
no-core-1.rs
no-core-2.rs
no-implicit-prelude-nested.rs
no-implicit-prelude-nested.stderr
no-link-unknown-crate.rs
no-link-unknown-crate.stderr
no-link.rs
no-link.stderr
no-mangle-associated-fn.rs Adjust #[no_mangle]-related checks and lints for impl items 2021-08-12 17:11:44 +08:00
no-patterns-in-args-2.rs
no-patterns-in-args-2.stderr
no-patterns-in-args-macro.rs
no-patterns-in-args-macro.stderr
no-patterns-in-args.rs
no-patterns-in-args.stderr
no-reuse-move-arc.rs
no-reuse-move-arc.stderr
no-send-res-ports.rs
no-send-res-ports.stderr Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
no-std-1.rs
no-std-2.rs
no-std-3.rs
no-std-inject.rs
no-std-inject.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
no-std-macros.rs
no-stdio.rs
no-type-for-node-ice.rs
no-type-for-node-ice.stderr
no-warn-on-field-replace-issue-34101.rs
noexporttypeexe.rs
noexporttypeexe.stderr
non-constant-expr-for-arr-len.rs
non-constant-expr-for-arr-len.stderr
non-copyable-void.rs
non-copyable-void.stderr
non-fmt-panic.fixed Add more assert!() tests for non_fmt_panics. 2021-08-16 17:35:49 +02:00
non-fmt-panic.rs Add more assert!() tests for non_fmt_panics. 2021-08-16 17:35:49 +02:00
non-fmt-panic.stderr Show correct macro name in non_fmt_panics message. 2021-08-16 17:39:50 +02:00
non-ice-error-on-worker-io-fail.rs
non-ice-error-on-worker-io-fail.stderr
non-legacy-modes.rs
noncopyable-class.rs
noncopyable-class.stderr
nonscalar-cast.fixed
nonscalar-cast.rs
nonscalar-cast.stderr
not-clone-closure.rs
not-clone-closure.stderr
not-copy-closure.rs
not-copy-closure.stderr
not-enough-arguments.rs
not-enough-arguments.stderr
not-sync.rs
not-sync.stderr Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
nul-characters.rs
nullable-pointer-iotareduction.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
nullable-pointer-size.rs
object-does-not-impl-trait.rs
object-does-not-impl-trait.stderr Point at call span that introduced obligation for the arg 2021-09-16 12:12:27 +00:00
object-lifetime-default-default-to-static.rs
object-lifetime-default-from-rptr-box.rs
object-lifetime-default-from-rptr-mut.rs
object-lifetime-default-from-rptr.rs
object-lifetime-default-inferred.rs Actually infer args in visitors 2021-07-26 21:15:18 +00:00
object-pointer-types.rs
object-pointer-types.stderr
objects-coerce-freeze-borrored.rs
objects-owned-object-borrowed-method-headerless.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
objects-owned-object-owned-method.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
obsolete-syntax-impl-for-dotdot.rs
obsolete-syntax-impl-for-dotdot.stderr
occurs-check-2.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
occurs-check-2.stderr Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
occurs-check-3.rs
occurs-check-3.stderr
occurs-check.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
occurs-check.stderr Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
once-cant-call-twice-on-heap.rs
once-cant-call-twice-on-heap.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
once-move-out-on-heap.rs
op-assign-builtins-by-ref.rs
opeq.rs
operator-associativity.rs
operator-multidispatch.rs
operator-overloading.rs
opt-in-copy.rs
opt-in-copy.stderr
optimization-fuel-0.rs
optimization-fuel-0.stderr
optimization-fuel-1.rs
optimization-fuel-1.stderr
order-dependent-cast-inference.rs
order-dependent-cast-inference.stderr
orphan-check-diagnostics.rs
orphan-check-diagnostics.stderr
osx-frameworks.rs
osx-frameworks.stderr
out-of-stack.rs Fix ui tests for llvm_asm! deprecation 2021-08-15 13:27:13 +01:00
out-pointer-aliasing.rs
output-slot-variants.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
output-type-mismatch.rs
output-type-mismatch.stderr
over-constrained-vregs.rs
overlap-doesnt-conflict-with-specialization.rs
overlap-doesnt-conflict-with-specialization.stderr
overlap-permitted-for-annotated-marker-traits.rs
overloaded-calls-nontuple.rs
overloaded-calls-nontuple.stderr
owned-implies-static.rs
panic_implementation-closures.rs
panic-while-printing.rs
paren-free.rs
paren-span.rs
paren-span.stderr
parenthesized-deref-suggestion.rs
parenthesized-deref-suggestion.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
partialeq_help.rs
partialeq_help.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
path-lookahead.fixed
path-lookahead.rs
path-lookahead.stderr Use more accurate spans for "unused delimiter" lint 2021-09-09 14:24:33 +00:00
path.rs
pathless-extern-ok.rs
paths-containing-nul.rs
phantom-auto-trait.rs
phantom-auto-trait.stderr Point at call span that introduced obligation for the arg 2021-09-16 12:12:27 +00:00
placement-syntax.rs
placement-syntax.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
point-to-type-err-cause-on-impl-trait-return-2.rs
point-to-type-err-cause-on-impl-trait-return-2.stderr
pptypedef.rs
pptypedef.stderr Use smaller spans for some structured suggestions 2021-08-12 09:52:38 +00:00
prim-with-args.rs
prim-with-args.stderr
primitive-binop-lhs-mut.rs
print-stdout-eprint-stderr.rs
proc_macro.rs
project-cache-issue-31849.rs
project-cache-issue-37154.rs
ptr-coercion-rpass.rs
ptr-coercion.rs
ptr-coercion.stderr
pure-sum.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
purity-infer.rs
question-mark-type-infer.rs
question-mark-type-infer.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
range_inclusive.rs
range-type-infer.rs
ranges-precedence.rs
raw-fat-ptr.rs
raw-str.rs
rcvr-borrowed-to-region.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
reachable-unnameable-items.rs
reachable-unnameable-type-alias.rs
readalias.rs
realloc-16687.rs
reassign-ref-mut.rs
reassign-ref-mut.stderr
reexport-should-still-link.rs
reexport-star.rs
reexport-test-harness-main.rs
ref-suggestion.rs
ref-suggestion.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
refer-to-other-statics-by-value.rs
reify-intrinsic.rs
reify-intrinsic.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
remap-path-prefix.rs Fix remap-path-prefix UI test case. 2021-08-27 12:43:07 +02:00
remap-path-prefix.stderr Fix remap-path-prefix UI test case. 2021-08-27 12:43:07 +02:00
removing-extern-crate.fixed
removing-extern-crate.rs
removing-extern-crate.stderr
repeat_count.rs
repeat_count.stderr Auto merge of #87915 - estebank:fancy-spans, r=oli-obk 2021-09-13 16:31:12 +00:00
repeat-expr-in-static.rs
repeat-to-run-dtor-twice.rs
repeat-to-run-dtor-twice.stderr
repr_c_int_align.rs
repr.rs
repr.stderr
required-lang-item.rs
required-lang-item.stderr
resolve-issue-2428.rs
resource-assign-is-not-copy.rs
resource-destruct.rs
ret-bang.rs
ret-non-nil.rs
ret-non-nil.stderr
ret-none.rs
retslot-cast.rs
retslot-cast.stderr
return-disjoint-regions.rs
return-disjoint-regions.stderr
return-nil.rs
rfc1623-2.rs
rfc1623-2.stderr Use more accurate spans when proposing adding lifetime to item 2021-08-18 10:25:15 +00:00
rfc1623.nll.stderr Don't anonymize bound region names during typeck 2021-09-25 13:04:00 -05:00
rfc1623.rs
rfc1623.stderr
rt-explody-panic-payloads.rs
running-with-no-runtime.rs
rustc-error.rs
rustc-error.stderr
rustc-rust-log.rs
safe-extern-statics-mut.mir.stderr
safe-extern-statics-mut.rs
safe-extern-statics-mut.thir.stderr
safe-extern-statics.mir.stderr
safe-extern-statics.rs
safe-extern-statics.thir.stderr
semistatement-in-lambda.rs
seq-args.rs
seq-args.stderr
seq-compare.rs
shadow-bool.rs
shadowed-use-visibility.rs
shift-various-bad-types.rs
shift-various-bad-types.stderr Use smaller spans for some structured suggestions 2021-08-12 09:52:38 +00:00
short-error-format.rs
short-error-format.stderr
signal-alternate-stack-cleanup.rs
signal-exit-status.rs
sigpipe-should-be-ignored.rs
similar-tokens.rs
similar-tokens.stderr
simple_global_asm.rs
simple-infer.rs
single-primitive-inherent-impl.rs
single-primitive-inherent-impl.stderr
sized-borrowed-pointer.rs
sized-cycle-note.rs
sized-cycle-note.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
sized-owned-pointer.rs
slightly-nice-generic-literal-messages.rs
slightly-nice-generic-literal-messages.stderr
slowparse-bstring.rs
slowparse-string.rs
sse2.rs
stability-in-private-module.rs
stability-in-private-module.stderr
stable-addr-of.rs
stable-features.rs
stable-features.stderr
static_sized_requirement.rs
staticness-mismatch.rs
staticness-mismatch.stderr
std-backtrace.rs
std-uncopyable-atomics.rs
std-uncopyable-atomics.stderr
stdio-is-blocking.rs
stdout-during-shutdown.rs
stdout-during-shutdown.run.stdout
stmt_expr_attrs_no_feature.rs
stmt_expr_attrs_no_feature.stderr
string-box-error.rs
struct-ctor-mangling.rs
structured-compare.rs
substs-ppaux.normal.stderr Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
substs-ppaux.rs
substs-ppaux.verbose.stderr Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
suffixed-literal-meta.rs
suffixed-literal-meta.stderr
super-at-top-level.rs
super-at-top-level.stderr
super-fast-paren-parsing.rs
super.rs
supported-cast.rs
suppressed-error.rs
suppressed-error.stderr
svh-add-nothing.rs
swap-1.rs
swap-overlapping.rs
switched-expectations.rs
switched-expectations.stderr
syntax-extension-minor.rs
syntax-trait-polarity-feature-gate.rs
syntax-trait-polarity-feature-gate.stderr
syntax-trait-polarity.rs
syntax-trait-polarity.stderr
synthetic-param.rs
synthetic-param.stderr
tag-that-dare-not-speak-its-name.rs
tag-that-dare-not-speak-its-name.stderr
tag-type-args.rs
tag-type-args.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
tag-variant-cast-non-nullary.fixed
tag-variant-cast-non-nullary.rs
tag-variant-cast-non-nullary.stderr
tag-variant-disr-dup.rs
tag-variant-disr-dup.stderr
tail-call-arg-leak.rs
tail-cps.rs
tail-direct.rs
tail-typeck.rs
tail-typeck.stderr Use smaller spans for some structured suggestions 2021-08-12 09:52:38 +00:00
tcp-stress.rs
terminate-in-initializer.rs
terr-in-field.rs
terr-in-field.stderr
terr-sorts.rs
terr-sorts.stderr
test-allow-dead-extern-static-no-warning.rs
thin-lto-global-allocator.rs
thir-tree.rs Add test for -Z unpretty=thir-tree 2021-07-24 17:33:43 -04:00
thir-tree.stdout Add test for -Z unpretty=thir-tree 2021-07-24 17:33:43 -04:00
thir-unsafeck-issue-85871.rs
thread-local-in-ctfe.rs
thread-local-in-ctfe.stderr add long error explanation for E0625 2021-08-02 23:03:16 -04:00
thread-local-mutation.rs
thread-local-mutation.stderr
thread-local-not-in-prelude.rs
thread-local-static.rs
thread-local-static.stderr add long error explanation for E0625 2021-08-02 23:03:16 -04:00
tool_attributes.rs
tool_lints_2018_preview.rs
tool_lints-fail.rs
tool_lints-fail.stderr
tool_lints-rpass.rs
tool_lints.rs
tool_lints.stderr
trace_macros-format.rs
trace_macros-format.stderr
trailing-comma.rs
trait-impl-bound-suggestions.fixed
trait-impl-bound-suggestions.rs
trait-impl-bound-suggestions.stderr Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
trait-method-number-parameters.rs
trait-method-number-parameters.stderr
transmute-equal-assoc-types.rs
transmute-equal-assoc-types.stderr
transmute-non-immediate-to-immediate.rs
transmute-specialization.rs
transmute-specialization.stderr
trivial_casts-rpass.rs
trivial-message.rs
try-from-int-error-partial-eq.rs
try-is-identifier-edition2015.rs
try-macro-suggestion.rs
try-macro-suggestion.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
try-operator-hygiene.rs
try-operator.rs
try-wait.rs
tuple-index-fat-types.rs
tuple-index.rs
tutorial-suffix-inference-test.rs
tutorial-suffix-inference-test.stderr Use smaller spans for some structured suggestions 2021-08-12 09:52:38 +00:00
tydesc-name.rs
type_length_limit.polonius.stderr bless a few trivial tests under polonius 2021-08-03 20:29:30 +02:00
type_length_limit.rs
type_length_limit.stderr
type-ascription.rs
type-id-higher-rank-2.rs
type-in-nested-module.rs
type-infer-generalize-ty-var.rs
type-namespace.rs
type-param-constraints.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
type-param.rs
type-params-in-for-each.rs
type-ptr.rs
type-use-i1-versus-i8.rs
typeclasses-eq-example-static.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
typeclasses-eq-example.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
typeid-intrinsic.rs
typestate-multi-decl.rs
ufcs-polymorphic-paths.rs
ufcs-type-params.rs
ui-testing-optout.rs
ui-testing-optout.stderr
unary-minus-suffix-inference.rs
unconstrained-none.rs
unconstrained-none.stderr
unconstrained-ref.rs
unconstrained-ref.stderr
underscore-ident-matcher.rs
underscore-ident-matcher.stderr
underscore-lifetimes.rs
underscore-method-after-integer.rs
unevaluated_fixed_size_array_len.rs
unevaluated_fixed_size_array_len.stderr Various diagnostics clean ups/tweaks 2021-07-19 08:43:35 -07:00
unify-return-ty.rs
uninit-empty-types.rs
unique-object-noncopyable.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
unique-object-noncopyable.stderr Remove trailing whitespace from error messages 2021-08-04 10:48:30 +02:00
unique-pinned-nocopy.rs
unique-pinned-nocopy.stderr Suggest deriving traits if possible 2021-09-06 13:18:05 +02:00
unit.rs
unknown-language-item.rs
unknown-language-item.stderr
unknown-lint-tool-name.rs
unknown-lint-tool-name.stderr
unknown-llvm-arg.rs
unknown-llvm-arg.stderr
unknown-tool-name.rs
unknown-tool-name.stderr
unnamed_argument_mode.rs
unnecessary-extern-crate.rs
unnecessary-extern-crate.stderr
unop-move-semantics.rs
unop-move-semantics.stderr Use larger span for adjustments on method calls 2021-09-25 10:00:41 -05:00
unop-neg-bool.rs
unop-neg-bool.stderr
unpretty-expr-fn-arg.rs
unpretty-expr-fn-arg.stdout
unreachable-code-1.rs
unreachable-code.rs
unrestricted-attribute-tokens.rs
unsafe-coercion.rs
unsafe-fn-called-from-unsafe-blk.rs
unsafe-fn-called-from-unsafe-fn.rs
unsafe-pointer-assignability.rs
unsigned-literal-negation.rs
unsigned-literal-negation.stderr
unspecified-self-in-trait-ref.rs
unspecified-self-in-trait-ref.stderr
unterminated-comment.rs
unterminated-comment.stderr
unused-move-capture.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
unused-move.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
unwind-no-uwtable.rs
unwind-resource.rs
unwind-unique.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
use_inline_dtor.rs
use-crate-name-alias.rs
use-import-export.rs
use-keyword-2.rs
use-mod.rs
use-module-level-int-consts.rs
use-nested-groups.rs
use.rs
used.rs
used.stderr
useless-pub.rs
useless-pub.stderr
user-defined-macro-rules.rs
using-target-feature-unstable.rs
usize-generic-argument-parent.rs
usize-generic-argument-parent.stderr
utf8_idents-rpass.rs
utf8_idents.rs
utf8-bom.rs
variance-intersection-of-ref-and-opt-ref.rs
variance-iterators-in-libcore.rs
volatile-fat-ptr.rs
vtable-res-trait-param.rs
vtable-res-trait-param.stderr Point at call span that introduced obligation for the arg 2021-09-16 12:12:27 +00:00
wait-forked-but-failed-child.rs
walk-struct-literal-with.rs
walk-struct-literal-with.stderr
warn-ctypes-inhibit.rs
warn-path-statement.rs
warn-path-statement.stderr
wasm-custom-section-relocations.rs
wasm-custom-section-relocations.stderr
wasm-import-module.rs
wasm-import-module.stderr
weak-lang-item.rs
weak-new-uninhabited-issue-48493.rs Add #[must_use] to alloc constructors 2021-10-10 02:19:30 -04:00
weird-exit-code.rs
weird-exprs.rs
wf-bound-region-in-object-type.rs
while-let.rs
while-let.stderr Introduce hir::ExprKind::Let - Take 2 2021-08-15 16:18:26 -03:00
while-type-error.rs
while-type-error.stderr
windows-subsystem-invalid.rs
windows-subsystem-invalid.stderr
write-fmt-errors.rs
writealias.rs
writing-to-immutable-vec.rs
writing-to-immutable-vec.stderr
wrong-hashset-issue-42918.rs
wrong-mul-method-signature.rs
wrong-mul-method-signature.stderr
wrong-ret-type.rs
wrong-ret-type.stderr Use smaller spans for some structured suggestions 2021-08-12 09:52:38 +00:00
x86stdcall2.rs
x86stdcall.rs
xc-private-method2.rs
xc-private-method2.stderr Remove trailing whitespace from error messages 2021-08-04 10:48:30 +02:00
xc-private-method.rs
xc-private-method.stderr Remove trailing whitespace from error messages 2021-08-04 10:48:30 +02:00
yield1.rs
yield2.rs
yield.rs
z-crate-attr.rs