..
auxiliary
Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis
2018-07-19 21:14:01 +00:00
block-result
borrowck
Rollup merge of #52907 - pnkfelix:issue-52877-original-source-should-precede-suggestions, r=petrochenkov
2018-08-01 10:13:06 +02:00
chalkify
update tests
2018-07-07 11:57:04 +08:00
check_match
closure_context
closure-expected-type
Improved closure errors.
2018-07-22 12:49:35 +01:00
codemap_tests
NLL: On "cannot move out of type" error, print original source before rewrite.
2018-07-31 17:27:29 +02:00
compare-method
confuse-field-and-method
Implement existential types
2018-07-18 10:53:08 +02:00
const-eval
Move a test that depends on the arch bitwidth to compile-fail
2018-07-29 20:24:26 +02:00
cross-crate-macro-backtrace
Match errors using the callsite of macro expansions
2018-07-23 14:31:06 +02:00
cross-file-errors
Match errors using the callsite of macro expansions
2018-07-23 14:31:06 +02:00
derived-errors
did_you_mean
Include lifetime in mutability suggestion in NLL messages
2018-07-30 15:41:39 -07:00
dropck
Don't match on region kinds when reporting NLL errors
2018-07-23 20:54:09 +01:00
e0119
error-codes
Region inference error messages no longer start with 'free region'
2018-07-27 13:14:56 +02:00
existential_types
Adjust run pass test to stricter existential type rules
2018-07-18 14:14:04 +02:00
feature-gate
Lint the use of async as an identifier
2018-07-14 20:44:19 +02:00
fmt
Use correct spans for format string errors
2018-07-19 23:18:07 -07:00
generator
minor fallout from the change.
2018-08-01 17:44:52 +02:00
hello_world
hygiene
Update the .nll.stderr
files under new sorted-by-span scheme.
2018-07-31 14:51:36 +02:00
impl-trait
Auto merge of #52648 - davidtwco:issue-52533, r=nikomatsakis
2018-07-27 13:01:48 +00:00
imports
resolve: Modularize crate-local #[macro_export] macro_rules
2018-07-29 19:30:13 +03:00
in-band-lifetimes
Change label from closure to function where appropriate.
2018-07-27 12:48:47 +02:00
include-macros
add regression test for #48835
2018-07-08 16:45:01 -04:00
interior-mutability
invalid-module-declaration
issue-37311-type-length-limit
issue-38875
issue-40402-ref-hints
Update tests for grouped nll move errors
2018-06-27 22:46:58 +01:00
issue-41652
issue-49851
lifetime-errors
Use better spans for dummy accesses used in matches
2018-07-26 22:06:12 +01:00
lifetimes
Match errors using the callsite of macro expansions
2018-07-23 14:31:06 +02:00
lint
rustc: Polish off in_external_macro
2018-07-17 12:20:38 -07:00
lub-glb
macro_backtrace
macros
Use suggestions for shell format arguments
2018-07-31 14:16:36 -07:00
mismatched_types
Rollup merge of #52702 - csmoe:mut_diff, r=estebank
2018-07-28 16:24:55 +08:00
missing_non_modrs_mod
missing-items
nll
Rollup merge of #52907 - pnkfelix:issue-52877-original-source-should-precede-suggestions, r=petrochenkov
2018-08-01 10:13:06 +02:00
non_modrs_mods
obsolete-in-place
on-unimplemented
parser
print_type_sizes
print-fuel
pub
in which the private/restricted-in-public error messaging gets specific
2018-06-30 22:48:05 -07:00
reachable
Match errors using the callsite of macro expansions
2018-07-23 14:31:06 +02:00
resolve
Fix doc link
2018-07-17 14:10:11 +02:00
rfc1598-generic-associated-types
rfc-1937-termination-trait
rfc-2005-default-binding-mode
Factor out suggest_ref_mut; use it in rustc_borrowck
2018-07-12 22:51:30 -07:00
rfc-2093-infer-outlives
fix tidy
2018-07-27 00:02:58 -04:00
rfc-2166-underscore-imports
rust-2018
Tweak the raw_identifiers lints in 2018
2018-07-26 14:14:10 -07:00
single-use-lifetime
Implement existential types
2018-07-18 10:53:08 +02:00
span
minor fallout from the change.
2018-08-01 17:44:52 +02:00
token
Implement existential types
2018-07-18 10:53:08 +02:00
transmute
tuple-struct-fields
type-check
Match errors using the callsite of macro expansions
2018-07-23 14:31:06 +02:00
underscore-lifetime
improve heuristics for what makes an interesting constraint
2018-07-25 16:36:03 +03:00
union
Fix doc link
2018-07-17 14:10:11 +02:00
allocator-submodule.rs
allocator-submodule.stderr
anonymous-higher-ranked-lifetime.rs
anonymous-higher-ranked-lifetime.stderr
arbitrary-self-types-not-object-safe.rs
arbitrary-self-types-not-object-safe.stderr
array-break-length.rs
Fix an ICE using break and continue as array lengths
2018-07-02 19:43:16 +01:00
array-break-length.stderr
Fix an ICE using break and continue as array lengths
2018-07-02 19:43:16 +01:00
as-ref.rs
Implement existential types
2018-07-18 10:53:08 +02:00
as-ref.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
asm-out-assign-imm.nll.stderr
asm-out-assign-imm.rs
asm-out-assign-imm.stderr
associated-const-impl-wrong-lifetime.rs
associated-const-impl-wrong-lifetime.stderr
Extend support to get_generics
for all NodeItem
s
2018-06-28 11:12:43 -07:00
associated-const-impl-wrong-type.rs
associated-const-impl-wrong-type.stderr
associated-type-projection-from-multiple-supertraits.rs
associated-type-projection-from-multiple-supertraits.stderr
associated-types-ICE-when-projecting-out-of-err.rs
associated-types-ICE-when-projecting-out-of-err.stderr
associated-types-in-ambiguous-context.rs
associated-types-in-ambiguous-context.stderr
async-fn-multiple-lifetimes.rs
add edition compiletest header + fix tests
2018-06-26 19:32:00 -05:00
async-fn-multiple-lifetimes.stderr
Use MultiSpan in E0707 and E709
2018-07-22 12:19:34 -07:00
attr-usage-repr.rs
attr-usage-repr.stderr
augmented-assignments.nll.stderr
Update tests for new NLL mutability errors
2018-07-20 20:01:15 +01:00
augmented-assignments.rs
augmented-assignments.stderr
bad-crate-name.rs
Suggest underscore when using dashes in crate namet push fork
2018-07-26 13:12:42 -07:00
bad-crate-name.stderr
Suggest underscore when using dashes in crate namet push fork
2018-07-26 13:12:42 -07:00
binary-op-on-double-ref.rs
binary-op-on-double-ref.stderr
blind-item-item-shadow.rs
blind-item-item-shadow.stderr
bogus-tag.rs
bogus-tag.stderr
break-while-condition.rs
break-while-condition.stderr
Fix incorrect type mismatch label pointing at return type
2018-06-29 10:36:32 -07:00
cast_char.rs
cast_char.stderr
cast-as-bool.rs
cast-as-bool.stderr
cast-errors-issue-43825.rs
cast-errors-issue-43825.stderr
cast-rfc0401-2.rs
cast-rfc0401-2.stderr
cast-to-unsized-trait-object-suggestion.rs
cast-to-unsized-trait-object-suggestion.stderr
casts-differing-anon.rs
casts-differing-anon.stderr
casts-issue-46365.rs
casts-issue-46365.stderr
catch-block-type-error.rs
catch-block-type-error.stderr
changing-crates.rs
changing-crates.stderr
closure-array-break-length.rs
Clean up error messages regarding break/continue inside consts
2018-07-02 19:44:27 +01:00
closure-array-break-length.stderr
Clean up error messages regarding break/continue inside consts
2018-07-02 19:44:27 +01:00
closure-immutable-outer-variable.fixed
Implement existential types
2018-07-18 10:53:08 +02:00
closure-immutable-outer-variable.nll.stderr
Update tests for new NLL mutability errors
2018-07-20 20:01:15 +01:00
closure-immutable-outer-variable.rs
Implement existential types
2018-07-18 10:53:08 +02:00
closure-immutable-outer-variable.rs.fixed
Implement existential types
2018-07-18 10:53:08 +02:00
closure-immutable-outer-variable.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
closure-move-sync.rs
closure-move-sync.stderr
coercion-missing-tail-expected-type.rs
coercion-missing-tail-expected-type.stderr
coherence-error-suppression.rs
coherence-error-suppression.stderr
coherence-impls-copy.rs
coherence-impls-copy.stderr
coherence-overlap-downstream-inherent.rs
coherence-overlap-downstream-inherent.stderr
coherence-overlap-downstream.rs
coherence-overlap-downstream.stderr
coherence-overlap-issue-23516-inherent.rs
coherence-overlap-issue-23516-inherent.stderr
coherence-overlap-issue-23516.rs
coherence-overlap-issue-23516.stderr
coherence-overlap-upstream-inherent.rs
coherence-overlap-upstream-inherent.stderr
coherence-overlap-upstream.rs
coherence-overlap-upstream.stderr
command-line-diagnostics.nll.stderr
Improve error messages when assigning to a local that starts initialized
2018-06-30 11:02:38 +01:00
command-line-diagnostics.rs
command-line-diagnostics.stderr
const-deref-ptr.rs
const-deref-ptr.stderr
const-eval-overflow-2.rs
const-eval-overflow-2.stderr
const-eval-overflow-4.rs
const-eval-overflow-4.stderr
const-eval-span.rs
const-eval-span.stderr
const-expr-addr-operator.rs
const-fn-error.rs
const-fn-error.stderr
const-fn-mismatch.rs
const-fn-mismatch.stderr
const-fn-not-in-trait.rs
const-fn-not-in-trait.stderr
const-len-underflow-separate-spans.rs
Turn the use of erroneous constants into errors again
2018-06-28 11:04:26 +02:00
const-len-underflow-separate-spans.stderr
Turn the use of erroneous constants into errors again
2018-06-28 11:04:26 +02:00
const-pattern-irrefutable.rs
const-pattern-irrefutable.stderr
const-pattern-not-const-evaluable.rs
const-type-mismatch.rs
Implement existential types
2018-07-18 10:53:08 +02:00
const-type-mismatch.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
const-unsized.rs
Fix typo in error message E0277
2018-07-10 23:10:13 +02:00
const-unsized.stderr
Fix doc link
2018-07-17 14:10:11 +02:00
conversion-methods.rs
Implement existential types
2018-07-18 10:53:08 +02:00
conversion-methods.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
cycle-trait-supertrait-indirect.rs
cycle-trait-supertrait-indirect.stderr
deprecated-macro_escape-inner.rs
deprecated-macro_escape-inner.stderr
deprecated-macro_escape.rs
deprecated-macro_escape.stderr
deprecation-sanity.rs
move deprecation-sanity test to ui
2018-06-30 20:44:21 -04:00
deprecation-sanity.stderr
add label to unknown meta item error
2018-06-30 21:38:18 -04:00
deref-suggestion.rs
deref-suggestion.stderr
deriving-meta-empty-trait-list.rs
deriving-meta-empty-trait-list.stderr
deriving-with-repr-packed.rs
deriving-with-repr-packed.stderr
discrim-overflow-2.rs
discrim-overflow-2.stderr
discrim-overflow.rs
discrim-overflow.stderr
dont-suggest-private-trait-method.rs
Implement existential types
2018-07-18 10:53:08 +02:00
dont-suggest-private-trait-method.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
dotdotdot-expr.rs
Implement existential types
2018-07-18 10:53:08 +02:00
dotdotdot-expr.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
double-import.rs
double-import.stderr
duplicate-check-macro-exports.rs
resolve: Modularize crate-local #[macro_export] macro_rules
2018-07-29 19:30:13 +03:00
duplicate-check-macro-exports.stderr
resolve: Modularize crate-local #[macro_export] macro_rules
2018-07-29 19:30:13 +03:00
E0508.rs
Update tests for grouped nll move errors
2018-06-27 22:46:58 +01:00
E0508.stderr
Update tests for grouped nll move errors
2018-06-27 22:46:58 +01:00
E0660.rs
E0660.stderr
E0661.rs
E0661.stderr
E0662.rs
E0662.stderr
E0663.rs
E0663.stderr
E0664.rs
E0664.stderr
E0665.rs
E0665.stderr
edition-keywords-2015-2015-expansion.rs
Make async_idents
an edition incompat lint
2018-07-17 19:56:41 +02:00
edition-keywords-2015-2015-parsing.rs
add edition compiletest header + fix tests
2018-06-26 19:32:00 -05:00
edition-keywords-2015-2015-parsing.stderr
edition-keywords-2015-2018-expansion.rs
Match errors using the callsite of macro expansions
2018-07-23 14:31:06 +02:00
edition-keywords-2015-2018-expansion.stderr
Match errors using the callsite of macro expansions
2018-07-23 14:31:06 +02:00
edition-keywords-2015-2018-parsing.rs
add edition compiletest header + fix tests
2018-06-26 19:32:00 -05:00
edition-keywords-2015-2018-parsing.stderr
edition-keywords-2018-2015-expansion.rs
Make async_idents
an edition incompat lint
2018-07-17 19:56:41 +02:00
edition-keywords-2018-2015-parsing.rs
add edition compiletest header + fix tests
2018-06-26 19:32:00 -05:00
edition-keywords-2018-2015-parsing.stderr
edition-keywords-2018-2018-expansion.rs
Match errors using the callsite of macro expansions
2018-07-23 14:31:06 +02:00
edition-keywords-2018-2018-expansion.stderr
Match errors using the callsite of macro expansions
2018-07-23 14:31:06 +02:00
edition-keywords-2018-2018-parsing.rs
add edition compiletest header + fix tests
2018-06-26 19:32:00 -05:00
edition-keywords-2018-2018-parsing.stderr
empty-struct-unit-expr.rs
empty-struct-unit-expr.stderr
enum-and-module-in-same-scope.rs
enum-and-module-in-same-scope.stderr
enum-size-variance.rs
enum-size-variance.stderr
error-festival.rs
error-festival.stderr
explain.rs
explain.stdout
extern-const.fixed
extern-const.rs
extern-const.stderr
extern-crate-rename.rs
Implement existential types
2018-07-18 10:53:08 +02:00
extern-crate-rename.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
fat-ptr-cast.rs
fat-ptr-cast.stderr
feature-gate-abi_unadjusted.rs
feature-gate-abi_unadjusted.stderr
feature-gate-abi-msp430-interrupt.rs
feature-gate-abi-msp430-interrupt.stderr
feature-gate-abi.rs
Add the amdgpu-kernel
ABI.
2018-07-13 17:22:23 -05:00
feature-gate-abi.stderr
Add the amdgpu-kernel
ABI.
2018-07-13 17:22:23 -05:00
feature-gate-allocator_internals.rs
feature-gate-allocator_internals.stderr
feature-gate-allow_fail.rs
feature-gate-allow_fail.stderr
feature-gate-allow-internal-unsafe-nested-macro.rs
feature-gate-allow-internal-unsafe-nested-macro.stderr
feature-gate-allow-internal-unstable-nested-macro.rs
feature-gate-allow-internal-unstable-nested-macro.stderr
feature-gate-allow-internal-unstable-struct.rs
feature-gate-allow-internal-unstable-struct.stderr
feature-gate-allow-internal-unstable.rs
feature-gate-allow-internal-unstable.stderr
feature-gate-arbitrary_self_types-raw-pointer.rs
feature-gate-arbitrary_self_types-raw-pointer.stderr
feature-gate-arbitrary-self-types.rs
feature-gate-arbitrary-self-types.stderr
feature-gate-asm2.rs
feature-gate-asm2.stderr
feature-gate-asm.rs
feature-gate-asm.stderr
feature-gate-assoc-type-defaults.rs
feature-gate-assoc-type-defaults.stderr
feature-gate-async-await-2015-edition.rs
add edition compiletest header + fix tests
2018-06-26 19:32:00 -05:00
feature-gate-async-await-2015-edition.stderr
feature-gate-async-await.rs
add edition compiletest header + fix tests
2018-06-26 19:32:00 -05:00
feature-gate-async-await.stderr
add edition compiletest header + fix tests
2018-06-26 19:32:00 -05:00
feature-gate-box_patterns.rs
feature-gate-box_patterns.stderr
feature-gate-box_syntax.rs
feature-gate-box_syntax.stderr
feature-gate-box-expr.rs
feature-gate-box-expr.stderr
feature-gate-catch_expr.rs
feature-gate-catch_expr.stderr
feature-gate-cfg-target-has-atomic.rs
feature-gate-cfg-target-has-atomic.stderr
feature-gate-cfg-target-thread-local.rs
feature-gate-cfg-target-thread-local.stderr
feature-gate-cfg-target-vendor.rs
feature-gate-cfg-target-vendor.stderr
feature-gate-compiler-builtins.rs
feature-gate-compiler-builtins.stderr
feature-gate-concat_idents2.rs
feature-gate-concat_idents2.stderr
feature-gate-concat_idents3.rs
feature-gate-concat_idents3.stderr
feature-gate-concat_idents.rs
feature-gate-concat_idents.stderr
feature-gate-const_fn.rs
feature-gate-const_fn.stderr
feature-gate-const_let.rs
feature-gate-const_let.stderr
feature-gate-const-indexing.rs
feature-gate-crate_in_paths.rs
feature-gate-crate_in_paths.stderr
feature-gate-crate_visibility_modifier.rs
feature-gate-crate_visibility_modifier.stderr
feature-gate-custom_attribute2.rs
feature-gate-custom_attribute2.stderr
feature-gate-custom_attribute.rs
feature-gate-custom_attribute.stderr
feature-gate-custom_derive.rs
feature-gate-custom_derive.stderr
feature-gate-decl_macro.rs
feature-gate-decl_macro.stderr
feature-gate-default_type_parameter_fallback.rs
feature-gate-default_type_parameter_fallback.stderr
feature-gate-doc_alias.rs
feature-gate-doc_alias.stderr
feature-gate-doc_cfg.rs
feature-gate-doc_cfg.stderr
feature-gate-doc_keyword.rs
feature-gate-doc_keyword.stderr
feature-gate-doc_masked.rs
feature-gate-doc_masked.stderr
feature-gate-doc_spotlight.rs
feature-gate-doc_spotlight.stderr
feature-gate-dropck-ugeh-2.rs
feature-gate-dropck-ugeh-2.stderr
feature-gate-dropck-ugeh.rs
feature-gate-dropck-ugeh.stderr
feature-gate-exclusive-range-pattern.rs
feature-gate-exclusive-range-pattern.stderr
feature-gate-exhaustive-patterns.rs
feature-gate-exhaustive-patterns.stderr
feature-gate-existential-type.rs
Implement existential types
2018-07-18 10:53:08 +02:00
feature-gate-existential-type.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
feature-gate-extern_absolute_paths.rs
feature-gate-extern_absolute_paths.stderr
feature-gate-extern_in_paths.rs
feature-gate-extern_in_paths.stderr
feature-gate-extern_prelude.rs
feature-gate-extern_prelude.stderr
feature-gate-extern_types.rs
feature-gate-extern_types.stderr
feature-gate-external_doc.rs
feature-gate-external_doc.stderr
feature-gate-feature-gate.rs
feature-gate-feature-gate.stderr
feature-gate-format_args_nl.rs
Fix tidy by adding new feature gate test
2018-07-21 17:58:05 -07:00
feature-gate-format_args_nl.stderr
Fix tidy by adding new feature gate test
2018-07-21 17:58:05 -07:00
feature-gate-fundamental.rs
feature-gate-fundamental.stderr
feature-gate-generators.rs
feature-gate-generators.stderr
feature-gate-generic_associated_types.rs
feature-gate-generic_associated_types.stderr
feature-gate-global_asm.rs
feature-gate-global_asm.stderr
feature-gate-if_while_or_patterns.rs
feature-gate-if_while_or_patterns.stderr
feature-gate-in_band_lifetimes-impl.rs
feature-gate-in_band_lifetimes-impl.stderr
feature-gate-in_band_lifetimes.rs
feature-gate-in_band_lifetimes.stderr
feature-gate-infer_outlives_requirements.rs
feature-gate-infer_outlives_requirements.stderr
feature-gate-infer_static_outlives_requirements.rs
fix test and add feature gate test
2018-07-26 22:58:03 -04:00
feature-gate-infer_static_outlives_requirements.stderr
fix test and add feature gate test
2018-07-26 22:58:03 -04:00
feature-gate-intrinsics.rs
feature-gate-intrinsics.stderr
feature-gate-label_break_value.rs
feature-gate-label_break_value.stderr
feature-gate-lang-items.rs
feature-gate-lang-items.stderr
feature-gate-link_args.rs
feature-gate-link_args.stderr
feature-gate-link_cfg.rs
feature-gate-link_cfg.stderr
feature-gate-link_llvm_intrinsics.rs
feature-gate-link_llvm_intrinsics.stderr
feature-gate-linkage.rs
feature-gate-linkage.stderr
feature-gate-linker-flavor.rs
feature-gate-linker-flavor.stderr
feature-gate-log_syntax2.rs
feature-gate-log_syntax2.stderr
feature-gate-log_syntax.rs
feature-gate-log_syntax.stderr
feature-gate-macro-literal-matcher.rs
feature-gate-macro-literal-matcher.stderr
feature-gate-macro-vis-matcher.rs
feature-gate-macro-vis-matcher.stderr
feature-gate-macros_in_extern.rs
feature-gate-macros_in_extern.stderr
feature-gate-main.rs
feature-gate-main.stderr
feature-gate-may-dangle.rs
feature-gate-may-dangle.stderr
feature-gate-naked_functions.rs
feature-gate-naked_functions.stderr
feature-gate-needs-allocator.rs
feature-gate-needs-allocator.stderr
feature-gate-negate-unsigned.rs
feature-gate-negate-unsigned.stderr
feature-gate-never_type.rs
feature-gate-never_type.stderr
feature-gate-nll.nll.stderr
feature-gate-nll.rs
feature-gate-nll.stderr
feature-gate-no_core.rs
feature-gate-no_core.stderr
feature-gate-no-debug-2.rs
feature-gate-no-debug-2.stderr
feature-gate-no-debug.rs
feature-gate-no-debug.stderr
feature-gate-non_ascii_idents.rs
feature-gate-non_ascii_idents.stderr
feature-gate-non_exhaustive.rs
feature-gate-non_exhaustive.stderr
feature-gate-omit-gdb-pretty-printer-section.rs
feature-gate-omit-gdb-pretty-printer-section.stderr
feature-gate-on-unimplemented.rs
feature-gate-on-unimplemented.stderr
feature-gate-optin-builtin-traits.rs
feature-gate-optin-builtin-traits.stderr
feature-gate-overlapping_marker_traits.rs
feature-gate-overlapping_marker_traits.stderr
feature-gate-pattern_parentheses.rs
feature-gate-pattern_parentheses.stderr
feature-gate-plugin_registrar.rs
feature-gate-plugin_registrar.stderr
feature-gate-plugin.rs
feature-gate-plugin.stderr
feature-gate-prelude_import.rs
feature-gate-prelude_import.stderr
feature-gate-profiler-runtime.rs
feature-gate-profiler-runtime.stderr
feature-gate-raw-identifiers.rs
feature-gate-raw-identifiers.stderr
feature-gate-repr128.rs
feature-gate-repr128.stderr
feature-gate-repr_packed.rs
feature-gate-repr_packed.stderr
feature-gate-repr-simd.rs
feature-gate-repr-simd.stderr
feature-gate-rustc_const_unstable.rs
feature-gate-rustc_const_unstable.stderr
feature-gate-rustc-attrs.rs
feature-gate-rustc-attrs.stderr
feature-gate-rustc-diagnostic-macros.rs
feature-gate-rustc-diagnostic-macros.stderr
feature-gate-sanitizer-runtime.rs
feature-gate-sanitizer-runtime.stderr
feature-gate-simd-ffi.rs
feature-gate-simd-ffi.stderr
feature-gate-simd.rs
feature-gate-simd.stderr
feature-gate-slice-patterns.rs
feature-gate-slice-patterns.stderr
feature-gate-staged_api.rs
feature-gate-staged_api.stderr
feature-gate-start.rs
feature-gate-start.stderr
feature-gate-static-nobundle.rs
feature-gate-static-nobundle.stderr
feature-gate-stmt_expr_attributes.rs
feature-gate-stmt_expr_attributes.stderr
feature-gate-thread_local.rs
feature-gate-thread_local.stderr
feature-gate-tool_attributes.rs
feature-gate-tool_attributes.stderr
feature-gate-tool_lints.rs
Tests for tool_lints
2018-07-04 12:16:45 +02:00
feature-gate-tool_lints.stderr
Tests for tool_lints
2018-07-04 12:16:45 +02:00
feature-gate-trace_macros.rs
feature-gate-trace_macros.stderr
feature-gate-trivial_bounds-lint.rs
feature-gate-trivial_bounds.rs
feature-gate-trivial_bounds.stderr
Fix doc link
2018-07-17 14:10:11 +02:00
feature-gate-try_reserve.rs
feature-gate-try_reserve.stderr
feature-gate-type_ascription.rs
feature-gate-type_ascription.stderr
feature-gate-unboxed-closures-manual-impls.rs
feature-gate-unboxed-closures-manual-impls.stderr
feature-gate-unboxed-closures-method-calls.rs
feature-gate-unboxed-closures-method-calls.stderr
feature-gate-unboxed-closures-ufcs-calls.rs
feature-gate-unboxed-closures-ufcs-calls.stderr
feature-gate-unboxed-closures.rs
feature-gate-unboxed-closures.stderr
feature-gate-underscore-imports.rs
feature-gate-underscore-imports.stderr
feature-gate-unsized_tuple_coercion.rs
feature-gate-unsized_tuple_coercion.stderr
feature-gate-untagged_unions.rs
feature-gate-untagged_unions.stderr
feature-gate-unwind-attributes.rs
feature-gate-unwind-attributes.stderr
feature-gate-used.rs
feature-gate-used.stderr
fn_must_use.rs
fn_must_use.stderr
fn-closure-mutable-capture.nll.stderr
Update tests for new NLL mutability errors
2018-07-20 20:01:15 +01:00
fn-closure-mutable-capture.rs
Implement existential types
2018-07-18 10:53:08 +02:00
fn-closure-mutable-capture.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
for-c-in-str.rs
Implement existential types
2018-07-18 10:53:08 +02:00
for-c-in-str.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
generic-param-attrs.rs
generic-type-less-params-with-defaults.rs
generic-type-less-params-with-defaults.stderr
generic-type-more-params-with-defaults.rs
generic-type-more-params-with-defaults.stderr
higher-lifetime-bounds.rs
higher-lifetime-bounds.stderr
if-let-arm-types.rs
if-let-arm-types.stderr
if-without-block.rs
if-without-block.stderr
ifmt-bad-arg.rs
Add test for raw string
2018-07-23 16:03:26 -07:00
ifmt-bad-arg.stderr
Add span label for format str missing specifier
2018-07-24 20:46:22 -07:00
impl_trait_projections.rs
impl_trait_projections.stderr
impl-duplicate-methods.rs
impl-duplicate-methods.stderr
impl-unused-rps-in-assoc-type.rs
impl-unused-rps-in-assoc-type.stderr
impossible_range.rs
impossible_range.stderr
index-help.rs
index-help.stderr
inference_unstable_featured.rs
inference_unstable_featured.stderr
inference_unstable_forced.rs
inference_unstable_forced.stderr
inference_unstable.rs
inference_unstable.stderr
inference-variable-behind-raw-pointer.rs
inference-variable-behind-raw-pointer.stderr
infinite-recursion-const-fn.rs
infinite-recursion-const-fn.stderr
invalid-path-in-const.rs
invalid-path-in-const.stderr
invalid-variadic-function.rs
invalid-variadic-function.stderr
issue-1362.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-1362.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-1448-2.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-1448-2.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-1476.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-1476.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-1697.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-1697.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-1871.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-1871.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-1900.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-1900.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-1962.rs
issue-1962.stderr
issue-2111.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-2111.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-2149.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-2149.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-2150.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-2150.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-2151.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-2151.stderr
Reword when _
couldn't be inferred
2018-07-20 09:17:18 -07:00
issue-2281-part1.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-2281-part1.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-2330.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-2330.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-2590.nll.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-2590.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-2590.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-2718-a.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-2718-a.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-2823.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-2823.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-2848.rs
issue-2848.stderr
issue-2849.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-2849.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-2937.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-2937.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-2951.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-2951.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-2995.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-2995.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3008-1.rs
issue-3008-1.stderr
issue-3008-2.rs
issue-3008-2.stderr
issue-3008-3.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3008-3.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3021-b.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3021-b.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3021-c.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3021-c.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3021-d.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3021-d.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3021.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3021.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3038.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3038.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3044.rs
issue-3044.stderr
issue-3080.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3080.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3096-1.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3096-1.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3096-2.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3096-2.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3099-a.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3099-a.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3099-b.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3099-b.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3099.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3099.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3154.nll.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3154.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3154.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3214.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3214.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3344.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3344.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3477.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3477.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3521-2.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3521-2.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3521.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3521.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3601.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3601.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3668-2.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3668-2.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3668.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3668.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3680.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3680.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3702-2.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3702-2.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3707.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3707.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3763.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3763.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3779.rs
issue-3779.stderr
issue-3820.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3820.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3973.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3973.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3993.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-3993.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-4201.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-4201.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-4265.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-4265.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-4321.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-4321.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-4335.nll.stderr
Don't match on region kinds when reporting NLL errors
2018-07-23 20:54:09 +01:00
issue-4335.rs
issue-4335.stderr
issue-4366-2.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-4366-2.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-4366.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-4366.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-4517.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-4517.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-4736.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-4736.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-4935.rs
issue-4935.stderr
issue-4968.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-4968.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-4972.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-4972.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-5062.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-5062.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-5067.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-5067.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-5099.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-5099.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-5100.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-5100.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-5153.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-5153.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-5216.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-5216.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-5239-1.rs
issue-5239-1.stderr
issue-5358-1.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-5358-1.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-5439.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-5439.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-5883.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-5883.stderr
Fix doc link
2018-07-17 14:10:11 +02:00
issue-5927.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-5927.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-5997-enum.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-5997-enum.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-5997-struct.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-5997-struct.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-6458-2.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-6458-2.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-6458-3.rs
issue-6458-3.stderr
issue-6458-4.rs
issue-6458-4.stderr
issue-6458.rs
issue-6458.stderr
issue-6596-1.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-6596-1.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-6596-2.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-6596-2.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-6642.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-6642.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-6738.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-6738.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-6801.nll.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-6801.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-6801.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-6804.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-6804.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-6936.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-6936.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-7013.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-7013.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-7044.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-7044.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-7061.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-7061.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-7092.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-7092.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-7246.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-7246.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-7364.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-7364.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-7607-1.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-7607-1.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-7813.rs
issue-7813.stderr
Reword when _
couldn't be inferred
2018-07-20 09:17:18 -07:00
issue-7867.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-7867.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-7950.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-7950.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-7970a.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-7970a.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-7970b.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-7970b.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-8153.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-8153.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-8208.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-8208.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-8460-const.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-8460-const.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-8640.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-8640.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-8727.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-8727.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-8761.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-8761.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-8767.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-8767.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-9575.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-9575.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-9725.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-9725.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-9814.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-9814.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-10176.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-10176.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-10200.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-10200.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-10291.nll.stderr
Region inference error messages no longer start with 'free region'
2018-07-27 13:14:56 +02:00
issue-10291.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-10291.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-10398.nll.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-10398.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-10398.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-10401.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-10401.stderr
Do not suggest using to_owned()
on &str += &str
2018-07-21 22:33:32 -07:00
issue-10412.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-10412.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-10465.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-10465.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-10536.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-10536.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-10545.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-10545.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-10656.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-10656.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-10764.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-10764.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-10877.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-10877.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-10969.rs
issue-10969.stderr
issue-10991.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-10991.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-11004.rs
issue-11004.stderr
issue-11154.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-11154.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-11192.nll.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-11192.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-11192.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-11319.rs
issue-11319.stderr
issue-11374.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-11374.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-11493.ast.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-11493.mir.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-11493.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-11515.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-11515.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-11681.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-11681.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-11692-1.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-11692-1.stderr
Rebase and fix text changed by master
2018-07-19 23:21:00 -07:00
issue-11692-2.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-11692-2.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-11740.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-11740.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-11771.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-11771.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-11844.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-11844.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-11873.nll.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-11873.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-11873.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-12028.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-12028.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-12041.nll.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-12041.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-12041.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-12116.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-12116.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-12127.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-12127.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-12187-1.rs
issue-12187-1.stderr
Reword when _
couldn't be inferred
2018-07-20 09:17:18 -07:00
issue-12187-2.rs
issue-12187-2.stderr
Reword when _
couldn't be inferred
2018-07-20 09:17:18 -07:00
issue-12369.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-12369.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-12470.nll.stderr
Don't match on region kinds when reporting NLL errors
2018-07-23 20:54:09 +01:00
issue-12470.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-12470.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-12511.rs
issue-12511.stderr
issue-12552.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-12552.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-12567.nll.stderr
NLL: On "cannot move out of type" error, print original source before rewrite.
2018-07-31 17:27:29 +02:00
issue-12567.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-12567.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-12796.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-12796.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-12863.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-12863.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-12997-1.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-12997-1.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-12997-2.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-12997-2.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-13033.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-13033.stderr
Fix ui test
2018-07-26 21:08:56 +08:00
issue-13058.nll.stderr
issue-13058.rs
issue-13058.stderr
issue-13352.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-13352.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-13359.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-13359.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-13404.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-13404.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-13407.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-13407.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-13446.rs
Match errors using the callsite of macro expansions
2018-07-23 14:31:06 +02:00
issue-13446.stderr
Match errors using the callsite of macro expansions
2018-07-23 14:31:06 +02:00
issue-13466.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-13466.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-13482-2.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-13482-2.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-13482.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-13482.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-13483.rs
issue-13483.stderr
issue-13497-2.nll.stderr
Don't match on region kinds when reporting NLL errors
2018-07-23 20:54:09 +01:00
issue-13497-2.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-13497-2.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-13497.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-13497.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-13641.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-13641.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-13727.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-13727.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-13847.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-13847.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-13853-2.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-13853-2.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-13853-5.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-13853-5.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-13853.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-13853.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-14091-2.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-14091-2.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-14091.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-14091.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-14092.rs
issue-14092.stderr
issue-14221.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-14221.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-14227.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-14227.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-14285.nll.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-14285.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-14285.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-14309.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-14309.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-14366.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-14366.stderr
Fix doc link
2018-07-17 14:10:11 +02:00
issue-14541.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-14541.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-14721.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-14721.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-14772.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-14772.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-14845.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-14845.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-14853.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-14853.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-14915.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-14915.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-15034.nll.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-15034.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-15034.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-15094.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-15094.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-15129.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-15129.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-15167.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-15167.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-15207.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-15207.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-15260.rs
issue-15260.stderr
issue-15381.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-15381.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-15524.rs
issue-15524.stderr
issue-15756.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-15756.stderr
Fix doc link
2018-07-17 14:10:11 +02:00
issue-15783.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-15783.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-15896.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-15896.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-15965.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-15965.stderr
Reword when _
couldn't be inferred
2018-07-20 09:17:18 -07:00
issue-16048.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-16048.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-16098.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-16098.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-16149.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-16149.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-16250.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-16250.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-16338.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-16338.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-16401.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-16401.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-16538.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-16538.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-16562.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-16562.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-16683.nll.stderr
Change label from closure to function where appropriate.
2018-07-27 12:48:47 +02:00
issue-16683.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-16683.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-16922.nll.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-16922.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-16922.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-16939.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-16939.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-16966.rs
Match errors using the callsite of macro expansions
2018-07-23 14:31:06 +02:00
issue-16966.stderr
Match errors using the callsite of macro expansions
2018-07-23 14:31:06 +02:00
issue-16994.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-16994.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17001.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17001.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17025.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17033.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17033.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17252.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17252.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17263.nll.stderr
issue-17263.rs
issue-17263.stderr
issue-17337.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17337.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17373.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17373.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17385.nll.stderr
Use better spans for dummy accesses used in matches
2018-07-26 22:06:12 +01:00
issue-17385.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17385.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17405.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17405.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17431-1.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17431-1.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17431-2.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17431-2.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17431-3.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17431-3.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17431-4.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17431-4.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17431-5.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17431-5.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17431-6.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17431-6.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17431-7.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17431-7.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17441.rs
issue-17441.stderr
issue-17444.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17444.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17458.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17458.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17545.nll.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17545.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17545.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17546.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17546.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17551.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17551.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17651.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17651.stderr
Fix doc link
2018-07-17 14:10:11 +02:00
issue-17718-const-bad-values.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17718-const-bad-values.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17718-const-borrow.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17718-const-borrow.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17718-const-naming.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17718-const-naming.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17718-constants-not-static.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17718-constants-not-static.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17718-patterns.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17718-patterns.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17718-references.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17718-references.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17718-static-move.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17718-static-move.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17718-static-sync.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17718-static-sync.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17728.nll.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17728.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17728.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17740.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17740.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17758.nll.stderr
Change label from closure to function where appropriate.
2018-07-27 12:48:47 +02:00
issue-17758.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17758.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17800.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17800.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17904-2.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17904-2.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17905.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17905.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17933.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17933.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17954.ast.nll.stderr
Don't match on region kinds when reporting NLL errors
2018-07-23 20:54:09 +01:00
issue-17954.ast.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17954.mir.stderr
Don't match on region kinds when reporting NLL errors
2018-07-23 20:54:09 +01:00
issue-17954.rs
Don't match on region kinds when reporting NLL errors
2018-07-23 20:54:09 +01:00
issue-17959.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17959.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17994.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17994.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17999.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-17999.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-18058.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-18058.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-18107.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-18107.stderr
Fix doc link
2018-07-17 14:10:11 +02:00
issue-18118-2.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-18118-2.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-18118.nll.stderr
Don't match on region kinds when reporting NLL errors
2018-07-23 20:54:09 +01:00
issue-18118.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-18118.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-18119.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-18119.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-18159.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-18159.stderr
Reword when _
couldn't be inferred
2018-07-20 09:17:18 -07:00
issue-18183.rs
issue-18183.stderr
issue-18294.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-18294.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-18389.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-18389.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-18400.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-18400.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-18423.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-18423.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-18446.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-18446.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-18532.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-18532.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-18566.nll.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-18566.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-18566.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-18611.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-18611.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-18783.nll.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-18783.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-18783.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-18819.rs
issue-18819.stderr
issue-18919.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-18919.stderr
Fix doc link
2018-07-17 14:10:11 +02:00
issue-18937.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-18937.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-18959.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-18959.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-19086.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-19086.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-19100.fixed
issue-19100.rs
issue-19100.stderr
issue-19244-1.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-19244-1.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-19244-2.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-19244-2.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-19380.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-19380.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-19482.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-19482.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-19498.rs
issue-19498.stderr
issue-19521.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-19521.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-19538.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-19538.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-19601.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-19601.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-19660.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-19660.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-19692.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-19692.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-19707.rs
issue-19707.stderr
issue-19734.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-19734.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-19883.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-19883.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-19922.rs
issue-19922.stderr
issue-19982.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-19982.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-19991.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-19991.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20005.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20005.stderr
Fix doc link
2018-07-17 14:10:11 +02:00
issue-20162.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20162.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20225.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20225.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20261.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20261.stderr
Reword when _
couldn't be inferred
2018-07-20 09:17:18 -07:00
issue-20313.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20313.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20413.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20413.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20433.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20433.stderr
Fix doc link
2018-07-17 14:10:11 +02:00
issue-20605.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20605.stderr
Fix doc link
2018-07-17 14:10:11 +02:00
issue-20616-1.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20616-1.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20616-2.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20616-2.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20616-3.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20616-3.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20616-4.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20616-4.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20616-5.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20616-5.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20616-6.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20616-6.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20616-7.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20616-7.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20616-8.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20616-8.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20616-9.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20616-9.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20692.rs
issue-20692.stderr
issue-20714.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20714.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20772.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20772.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20801.nll.stderr
Use better spans for cannot-move errors
2018-07-26 22:06:12 +01:00
issue-20801.rs
update tests
2018-07-21 18:40:46 +01:00
issue-20801.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20825.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20825.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20831-debruijn.rs
we now get 2 extra mismatched type errors
2018-07-21 15:56:49 +03:00
issue-20831-debruijn.stderr
we now get 2 extra mismatched type errors
2018-07-21 15:56:49 +03:00
issue-20939.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-20939.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-21160.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-21160.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-21174.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-21174.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-21177.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-21177.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-21332.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-21332.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-21356.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-21356.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-21449.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-21449.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-21546.rs
issue-21546.stderr
issue-21554.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-21554.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-21600.nll.stderr
Update tests for new NLL mutability errors
2018-07-20 20:01:15 +01:00
issue-21600.rs
issue-21600.stderr
issue-21701.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-21701.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-21763.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-21763.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-21837.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-21837.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-21946.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-21946.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-21950.rs
issue-21950.stderr
issue-21974.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-21974.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-22034.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-22034.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-22037.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-22037.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-22289.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-22289.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-22312.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-22312.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-22370.rs
issue-22370.stderr
issue-22384.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-22384.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-22434.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-22434.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-22468.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-22468.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-22560.rs
issue-22560.stderr
issue-22599.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-22599.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-22603.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-22603.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-22644.rs
issue-22644.stderr
issue-22673.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-22673.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-22684.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-22684.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-22706.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-22706.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-22789.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-22789.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-22874.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-22874.stderr
Fix doc link
2018-07-17 14:10:11 +02:00
issue-22886.rs
issue-22886.stderr
issue-22933-1.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-22933-1.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-22933-2.rs
issue-22933-2.stderr
issue-22933-3.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-22933-3.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-23024.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-23024.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-23041.rs
issue-23041.stderr
Reword when _
couldn't be inferred
2018-07-20 09:17:18 -07:00
issue-23046.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-23046.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-23073.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-23073.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-23080-2.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-23080-2.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-23080.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-23080.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-23122-1.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-23122-1.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-23122-2.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-23122-2.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-23173.rs
issue-23173.stderr
issue-23217.rs
issue-23217.stderr
issue-23253.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-23253.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-23281.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-23281.stderr
Fix doc link
2018-07-17 14:10:11 +02:00
issue-23302-1.rs
issue-23302-1.stderr
issue-23302-2.rs
issue-23302-2.stderr
issue-23302-3.rs
issue-23302-3.stderr
issue-23543.rs
issue-23543.stderr
issue-23544.rs
issue-23544.stderr
issue-23589.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-23589.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-23595-2.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-23595-2.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-23716.rs
issue-23716.stderr
issue-23966.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-23966.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-24013.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-24013.stderr
Reword when _
couldn't be inferred
2018-07-20 09:17:18 -07:00
issue-24036.rs
issue-24036.stderr
issue-24081.rs
issue-24081.stderr
issue-24204.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-24204.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-24267-flow-exit.nll.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-24267-flow-exit.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-24267-flow-exit.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-24322.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-24322.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-24352.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-24352.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-24357.nll.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-24357.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-24357.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-24363.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-24363.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-24365.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-24365.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-24424.rs
issue-24424.stderr
issue-24446.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-24446.stderr
Fix doc link
2018-07-17 14:10:11 +02:00
issue-24682.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-24682.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-24819.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-24819.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-24883.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-24883.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-25076.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-25076.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-25368.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-25368.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-25385.rs
issue-25385.stderr
issue-25386.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-25386.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-25396.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-25396.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-25439.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-25439.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-25579.ast.nll.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-25579.ast.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-25579.mir.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-25579.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-25700.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-25700.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-25793.nll.stderr
issue-25793.rs
issue-25793.stderr
issue-25826.rs
issue-25826.stderr
issue-25901.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-25901.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-26056.rs
issue-26056.stderr
issue-26093.rs
issue-26093.stderr
issue-26094.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-26094.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-26158.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-26158.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-26217.nll.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-26217.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-26217.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-26237.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-26237.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-26262.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-26262.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-26459.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-26459.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-26472.rs
issue-26472.stderr
issue-26614.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-26614.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-26638.rs
issue-26638.stderr
issue-26812.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-26812.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-26886.rs
issue-26886.stderr
issue-26905.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-26905.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-26930.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-26930.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-26948.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-26948.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-27008.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-27008.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-27033.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-27033.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-27042.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-27042.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-27060-2.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-27060-2.stderr
Fix doc link
2018-07-17 14:10:11 +02:00
issue-27060.rs
improve error message shown for unsafe operations: explain why undefined behavior could arise
2018-07-10 11:01:44 +02:00
issue-27060.stderr
improve error message shown for unsafe operations: explain why undefined behavior could arise
2018-07-10 11:01:44 +02:00
issue-27078.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-27078.stderr
Fix doc link
2018-07-17 14:10:11 +02:00
issue-27282-move-match-input-into-guard.rs
issue-27282-move-match-input-into-guard.stderr
Use better spans for dummy accesses used in matches
2018-07-26 22:06:12 +01:00
issue-27282-move-ref-mut-into-guard.rs
issue-27282-move-ref-mut-into-guard.stderr
issue-27282-mutate-before-diverging-arm-1.rs
issue-27282-mutate-before-diverging-arm-1.stderr
Use better spans for dummy accesses used in matches
2018-07-26 22:06:12 +01:00
issue-27282-mutate-before-diverging-arm-2.rs
issue-27282-mutate-before-diverging-arm-2.stderr
Use better spans for dummy accesses used in matches
2018-07-26 22:06:12 +01:00
issue-27282-reborrow-ref-mut-in-guard.rs
Update tests for new NLL mutability errors
2018-07-20 20:01:15 +01:00
issue-27282-reborrow-ref-mut-in-guard.stderr
Update tests for new NLL mutability errors
2018-07-20 20:01:15 +01:00
issue-27340.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-27340.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-27433.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-27433.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-27592.nll.stderr
Update the .nll.stderr
files under new sorted-by-span scheme.
2018-07-31 14:51:36 +02:00
issue-27592.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-27592.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-27815.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-27815.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-27842.rs
issue-27842.stderr
issue-27895.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-27895.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-27942.rs
issue-27942.stderr
Extend support to get_generics
for all NodeItem
s
2018-06-28 11:12:43 -07:00
issue-28098.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-28098.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-28105.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-28105.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-28109.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-28109.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-28113.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-28113.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-28324.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-28324.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-28344.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-28344.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-28433.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-28433.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-28472.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-28472.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-28568.rs
issue-28568.stderr
issue-28576.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-28576.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-28586.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-28586.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-28776.rs
issue-28776.stderr
improve error message shown for unsafe operations: explain why undefined behavior could arise
2018-07-10 11:01:44 +02:00
issue-28837.rs
issue-28837.stderr
issue-28971.rs
issue-28971.stderr
issue-28992-empty.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-28992-empty.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-29084.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-29084.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-29124.rs
issue-29124.stderr
issue-29147.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-29147.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-29161.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-29161.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-29184.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-29184.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-29723.rs
issue-29723.stderr
issue-29857.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-29857.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-29861.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-29861.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-30007.rs
issue-30007.stderr
issue-30079.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-30079.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-30225.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-30225.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-30236.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-30236.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-30240-b.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-30240-b.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-30240.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-30240.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-30255.rs
issue-30255.stderr
issue-30302.rs
issue-30302.stderr
issue-30355.nll.stderr
update tests
2018-07-21 18:40:46 +01:00
issue-30355.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-30355.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-30438-a.nll.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-30438-a.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-30438-a.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-30438-b.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-30438-b.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-30438-c.nll.stderr
Don't match on region kinds when reporting NLL errors
2018-07-23 20:54:09 +01:00
issue-30438-c.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-30438-c.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-30560.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-30560.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-30589.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-30589.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-30730.rs
issue-30730.stderr
issue-31011.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-31011.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-31109.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-31109.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-31173.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-31173.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-31212.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-31212.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-31221.rs
issue-31221.stderr
issue-31495.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-31511.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-31511.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-31561.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-31561.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-31769.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-31769.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-31804.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-31804.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-31845.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-31845.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-31910.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-31910.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-31924-non-snake-ffi.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-31924-non-snake-ffi.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-32004.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-32004.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-32086.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-32086.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-32119.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-32119.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-32201.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-32201.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-32222.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-32222.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-32323.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-32323.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-32326.rs
issue-32326.stderr
issue-32354-suggest-import-rename.fixed
Implement existential types
2018-07-18 10:53:08 +02:00
issue-32354-suggest-import-rename.rs
Implement existential types
2018-07-18 10:53:08 +02:00
issue-32354-suggest-import-rename.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
issue-32655.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-32655.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-32709.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-32709.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-32782.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-32782.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-32797.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-32797.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-32829.rs
Match errors using the callsite of macro expansions
2018-07-23 14:31:06 +02:00
issue-32829.stderr
Match errors using the callsite of macro expansions
2018-07-23 14:31:06 +02:00
issue-32833.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-32833.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-32922.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-32922.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-32950.rs
issue-32950.stderr
issue-32963.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-32963.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-32995-2.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-32995-2.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-32995.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-32995.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-33241.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-33241.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-33293.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-33293.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-33464.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-33464.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-33504.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-33504.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-33525.rs
issue-33525.stderr
issue-33571.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-33571.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-33819.nll.stderr
Update tests for new NLL mutability errors
2018-07-20 20:01:15 +01:00
issue-33819.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-33819.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-33941.rs
issue-33941.stderr
issue-34028.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-34028.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-34047.rs
issue-34047.stderr
issue-34171.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-34171.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-34209.rs
issue-34209.stderr
issue-34222-1.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-34222-1.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-34334.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-34334.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-34349.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-34349.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-34373.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-34373.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-34418.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-34418.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-34839.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-34839.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-35075.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-35075.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-35139.rs
issue-35139.stderr
issue-35241.rs
issue-35241.stderr
issue-35450.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-35450.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-35570.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-35570.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-35668.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-35668.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-35675.rs
issue-35675.stderr
issue-35869.rs
issue-35869.stderr
issue-35976.rs
issue-35976.stderr
issue-35988.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-35988.stderr
Fix doc link
2018-07-17 14:10:11 +02:00
issue-36082.ast.nll.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-36082.ast.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-36082.mir.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-36082.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-36116.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-36116.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-36163.rs
issue-36163.stderr
issue-36299.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-36299.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-36379.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-36379.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-36400.nll.stderr
Update tests for new NLL mutability errors
2018-07-20 20:01:15 +01:00
issue-36400.rs
issue-36400.stderr
issue-36617.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-36617.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-36638.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-36638.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-36708.rs
issue-36708.stderr
issue-36839.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-36839.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-37026.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-37026.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-37051.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-37051.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-37323.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-37323.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-37366.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-37366.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-37510.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-37510.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-37515.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-37515.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-37534.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-37534.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-37550.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-37550.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-37576.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-37576.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-37665.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-37665.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-37884.rs
issue-37884.stderr
Extend support to get_generics
for all NodeItem
s
2018-06-28 11:12:43 -07:00
issue-37887.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-37887.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-38160.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-38160.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-38293.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-38293.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-38381.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-38381.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-38404.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-38404.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-38412.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-38412.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-38458.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-38458.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-38604.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-38604.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-38715.rs
issue-38715.stderr
issue-38857.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-38857.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-38868.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-38868.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-38919.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-38919.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-38954.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-38954.stderr
Fix doc link
2018-07-17 14:10:11 +02:00
issue-39211.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-39211.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-39362.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-39362.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-39388.rs
Implement 2015 vs 2018 ?
kleene op + test
2018-07-23 21:54:43 -05:00
issue-39388.stderr
Allow by default, fix tests
2018-07-23 21:55:51 -05:00
issue-39404.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-39404.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-39559-2.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-39559-2.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-39559.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-39559.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-39616.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-39616.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-39687.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-39687.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-39848.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-39848.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-39970.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-39970.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-39974.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-39974.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-40000.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-40000.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-40288-2.nll.stderr
improve heuristics for what makes an interesting constraint
2018-07-25 16:36:03 +03:00
issue-40288-2.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-40288-2.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-40288.nll.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-40288.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-40288.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-40350.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-40350.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-40510-1.nll.stderr
Update affected tests.
2018-07-27 12:05:01 +02:00
issue-40510-1.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-40510-1.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-40510-2.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-40510-2.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-40510-3.nll.stderr
Region inference error messages no longer start with 'free region'
2018-07-27 13:14:56 +02:00
issue-40510-3.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-40510-3.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-40510-4.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-40510-4.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-40610.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-40610.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-40749.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-40749.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-40782.rs
issue-40782.stderr
issue-40845.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-40845.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-40861.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-40861.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-41139.nll.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-41139.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-41139.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-41229-ref-str.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-41229-ref-str.stderr
Fix doc link
2018-07-17 14:10:11 +02:00
issue-41255.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-41255.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-41394.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-41394.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-41726.nll.stderr
Update tests for new NLL mutability errors
2018-07-20 20:01:15 +01:00
issue-41726.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-41726.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-41742.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-41742.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-41776.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-41776.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-41880.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-41880.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-41974.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-41974.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-41998.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-41998.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-42060.rs
Update compile-fail tests to be ui tests
2018-07-23 21:24:38 -04:00
issue-42060.stderr
Update compile-fail tests to be ui tests
2018-07-23 21:24:38 -04:00
issue-42106.nll.stderr
issue-42106.rs
issue-42106.stderr
issue-42312.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-42312.stderr
Fix doc link
2018-07-17 14:10:11 +02:00
issue-42344.nll.stderr
Update tests for new NLL mutability errors
2018-07-20 20:01:15 +01:00
issue-42344.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-42344.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-42755.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-42755.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-42796.nll.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-42796.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-42796.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-42880.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-42880.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-42954.fixed
issue-42954.rs
issue-42954.stderr
issue-43023.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-43023.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-43105.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-43105.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-43162.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-43162.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-43189.rs
issue-43189.stderr
issue-43196.rs
Update compile-fail tests to be ui tests
2018-07-23 21:24:38 -04:00
issue-43196.stderr
Update compile-fail tests to be ui tests
2018-07-23 21:24:38 -04:00
issue-43250.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-43250.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-43355.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-43355.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-43420-no-over-suggest.rs
Implement existential types
2018-07-18 10:53:08 +02:00
issue-43420-no-over-suggest.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
issue-43424.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-43424.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-43431.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-43431.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-43733.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-43733.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-43784-associated-type.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-43784-associated-type.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-43784-supertrait.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-43784-supertrait.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-43806.rs
issue-43925.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-43925.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-43926.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-43926.stderr
rustc: Stabilize #[wasm_import_module] as #[link(...)]
2018-07-18 07:50:08 -07:00
issue-43988.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-43988.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-44021.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-44021.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-44023.rs
issue-44023.stderr
issue-44078.rs
issue-44078.stderr
issue-44239.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-44239.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-44373.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-44373.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-44406.rs
issue-44406.stderr
issue-44415.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-44415.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-45087-unreachable-unsafe.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-45087-unreachable-unsafe.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-45107-unnecessary-unsafe-in-closure.rs
issue-45107-unnecessary-unsafe-in-closure.stderr
issue-45157.rs
issue-45157.stderr
issue-45199.ast.nll.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-45199.ast.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-45199.mir.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-45199.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-45296.rs
issue-45296.stderr
issue-45562.fixed
Implement existential types
2018-07-18 10:53:08 +02:00
issue-45562.rs
Implement existential types
2018-07-18 10:53:08 +02:00
issue-45562.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
issue-45696-long-live-borrows-in-boxes.rs
Expand long-live-borrows-in-boxes test to include simplier illustrative cases.
2018-08-01 17:44:53 +02:00
issue-45696-no-variant-box-recur.rs
Test for (previously uncaught) infinite loop identified by matthewjasper.
2018-08-01 17:44:53 +02:00
issue-45696-scribble-on-boxed-borrow.ast.stderr
Regression tests.
2018-08-01 17:44:53 +02:00
issue-45696-scribble-on-boxed-borrow.migrate.stderr
Regression tests.
2018-08-01 17:44:53 +02:00
issue-45696-scribble-on-boxed-borrow.nll.stderr
Regression tests.
2018-08-01 17:44:53 +02:00
issue-45696-scribble-on-boxed-borrow.rs
Regression tests.
2018-08-01 17:44:53 +02:00
issue-45697-1.rs
issue-45697-1.stderr
issue-45697.rs
issue-45697.stderr
issue-45729-unsafe-in-generator.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-45729-unsafe-in-generator.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-45730.rs
issue-45730.stderr
issue-45799-bad-extern-crate-rename-suggestion-formatting.fixed
Implement existential types
2018-07-18 10:53:08 +02:00
issue-45799-bad-extern-crate-rename-suggestion-formatting.rs
Implement existential types
2018-07-18 10:53:08 +02:00
issue-45799-bad-extern-crate-rename-suggestion-formatting.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
issue-45801.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-45801.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-45965.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-45965.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-46023.ast.nll.stderr
Update tests for new NLL mutability errors
2018-07-20 20:01:15 +01:00
issue-46023.ast.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-46023.mir.stderr
Update tests for new NLL mutability errors
2018-07-20 20:01:15 +01:00
issue-46023.rs
Update tests for new NLL mutability errors
2018-07-20 20:01:15 +01:00
issue-46036.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-46036.stderr
Don't match on region kinds when reporting NLL errors
2018-07-23 20:54:09 +01:00
issue-46112.rs
issue-46112.stderr
issue-46186.rs
issue-46186.stderr
clarify why we're suggesting removing semicolon after braced items
2018-06-30 14:11:44 -07:00
issue-46302.rs
Implement existential types
2018-07-18 10:53:08 +02:00
issue-46302.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
issue-46311.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-46311.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-46332.rs
issue-46332.stderr
issue-46438.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-46438.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-46471-1.rs
issue-46471-1.stderr
Don't match on region kinds when reporting NLL errors
2018-07-23 20:54:09 +01:00
issue-46471.rs
issue-46471.stderr
Don't match on region kinds when reporting NLL errors
2018-07-23 20:54:09 +01:00
issue-46472.rs
issue-46472.stderr
Point to lifetime in fn definition on lifetime error note
2018-06-28 11:12:42 -07:00
issue-46576.rs
issue-46576.stderr
issue-46604.ast.nll.stderr
Update tests for new NLL mutability errors
2018-07-20 20:01:15 +01:00
issue-46604.ast.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-46604.mir.stderr
Update tests for new NLL mutability errors
2018-07-20 20:01:15 +01:00
issue-46604.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-46756-consider-borrowing-cast-or-binexpr.fixed
Implement existential types
2018-07-18 10:53:08 +02:00
issue-46756-consider-borrowing-cast-or-binexpr.rs
Implement existential types
2018-07-18 10:53:08 +02:00
issue-46756-consider-borrowing-cast-or-binexpr.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
issue-46771.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-46771.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-46843.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-46843.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-46983.rs
issue-46983.stderr
issue-47073-zero-padded-tuple-struct-indices.rs
issue-47073-zero-padded-tuple-struct-indices.stderr
issue-47094.rs
issue-47094.stderr
issue-47184.rs
issue-47184.stderr
update test
2018-07-05 17:38:44 +08:00
issue-47309.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-47377.rs
issue-47377.stderr
issue-47380.rs
issue-47380.stderr
issue-47412.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-47412.stderr
Use better spans for dummy accesses used in matches
2018-07-26 22:06:12 +01:00
issue-47511.rs
issue-47511.stderr
issue-47623.rs
issue-47623.stderr
issue-47646.rs
issue-47646.stderr
Make causal tracking lazy
2018-07-01 20:46:07 -03:00
issue-47706-trait.rs
issue-47706-trait.stderr
issue-47706.rs
issue-47706.stderr
issue-47715.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-47715.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-48131.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-48131.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-48132.rs
issue-48179.rs
issue-48276.rs
issue-48276.stderr
issue-48364.rs
Implement existential types
2018-07-18 10:53:08 +02:00
issue-48364.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
issue-48636.fixed
issue-48636.rs
issue-48636.stderr
issue-48728.rs
issue-48728.stderr
issue-48803.rs
issue-48803.stderr
issue-48838.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-48838.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-49040.rs
issue-49040.stderr
issue-49074.rs
issue-49074.stderr
issue-49257.rs
issue-49257.stderr
issue-49934.rs
issue-49934.stderr
issue-50187.rs
issue-50403.rs
issue-50403.stderr
issue-50471.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-50480.rs
issue-50480.stderr
issue-50576.rs
issue-50576.stderr
issue-50577.rs
Match errors using the callsite of macro expansions
2018-07-23 14:31:06 +02:00
issue-50577.stderr
issue-50581.rs
issue-50581.stderr
issue-50585.rs
issue-50585.stderr
Fix incorrect type mismatch label pointing at return type
2018-06-29 10:36:32 -07:00
issue-50599.rs
issue-50599.stderr
issue-50600.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-50600.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-50618.rs
issue-50618.stderr
issue-50688.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-50688.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-50714-1.rs
issue-50714-1.stderr
issue-50714.rs
issue-50714.stderr
issue-50761.rs
issue-50781.rs
issue-50781.stderr
issue-50802.rs
issue-50802.stderr
issue-50825-1.rs
issue-50825.rs
issue-50993.rs
issue-50993.stderr
issue-51022.rs
issue-51022.stderr
issue-51044.rs
issue-51102.rs
issue-51102.stderr
issue-51116.rs
Fix new test
2018-07-20 09:17:55 -07:00
issue-51116.stderr
Fix new test
2018-07-20 09:17:55 -07:00
issue-51244.nll.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
issue-51244.rs
Implement existential types
2018-07-18 10:53:08 +02:00
issue-51244.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
issue-51279.rs
issue-51279.stderr
issue-51515.rs
Implement existential types
2018-07-18 10:53:08 +02:00
issue-51515.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
issue-51632-try-desugar-incompatible-types.fixed
in which we plug the crack where ?
-desugaring leaked into errors
2018-06-29 22:11:39 -07:00
issue-51632-try-desugar-incompatible-types.rs
in which we plug the crack where ?
-desugaring leaked into errors
2018-06-29 22:11:39 -07:00
issue-51632-try-desugar-incompatible-types.stderr
in which we plug the crack where ?
-desugaring leaked into errors
2018-06-29 22:11:39 -07:00
issue-51714.rs
Remove early error abort
2018-07-02 19:44:27 +01:00
issue-51714.stderr
Remove early error abort
2018-07-02 19:44:27 +01:00
issue-51848.rs
Match errors using the callsite of macro expansions
2018-07-23 14:31:06 +02:00
issue-51848.stderr
Match errors using the callsite of macro expansions
2018-07-23 14:31:06 +02:00
issue-51874.rs
use literal span for concrete type suggestion
2018-06-29 13:51:35 -04:00
issue-51874.stderr
use literal span for concrete type suggestion
2018-06-29 13:51:35 -04:00
issue-52023-array-size-pointer-cast.rs
Fix ICE when using a pointer cast as array size
2018-07-12 09:10:39 -07:00
issue-52023-array-size-pointer-cast.stderr
Fix ICE when using a pointer cast as array size
2018-07-12 09:10:39 -07:00
issue-52049.nll.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
issue-52049.rs
Implement existential types
2018-07-18 10:53:08 +02:00
issue-52049.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
issue-52057.rs
add regression test for #52057
2018-07-31 02:31:41 +02:00
issue-52126-assign-op-invariance.nll.stderr
Don't match on region kinds when reporting NLL errors
2018-07-23 20:54:09 +01:00
issue-52126-assign-op-invariance.rs
Regression test for issue.
2018-07-20 14:26:40 +02:00
issue-52126-assign-op-invariance.stderr
Regression test for issue.
2018-07-20 14:26:40 +02:00
issue-52213.nll.stderr
Region inference error messages no longer start with 'free region'
2018-07-27 13:14:56 +02:00
issue-52213.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-52213.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-52533-1.nll.stderr
Improved mechanism for naming regions in non-annotated types.
2018-07-27 13:00:56 +02:00
issue-52533-1.rs
Improved mechanism for naming regions in non-annotated types.
2018-07-27 13:00:56 +02:00
issue-52533-1.stderr
Improved mechanism for naming regions in non-annotated types.
2018-07-27 13:00:56 +02:00
issue-52533.nll.stderr
Fixed missing whitespace on some elaborated types.
2018-07-27 12:05:05 +02:00
issue-52533.rs
Added fully elaborated type label for inferred arguments.
2018-07-27 11:18:11 +02:00
issue-52533.stderr
Added fully elaborated type label for inferred arguments.
2018-07-27 11:18:11 +02:00
issue-pr29383.rs
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
issue-pr29383.stderr
Move some compile-fail
tests to ui
2018-07-15 17:10:52 -07:00
label_break_value_continue.rs
label_break_value_continue.stderr
label_break_value_illegal_uses.rs
label_break_value_illegal_uses.stderr
label_break_value_unlabeled_break.rs
label_break_value_unlabeled_break.stderr
lifetime_starts_expressions.rs
lifetime_starts_expressions.stderr
lifetime-elision-return-type-requires-explicit-lifetime.rs
lifetime-elision-return-type-requires-explicit-lifetime.stderr
lint-anon-param-edition.fixed
add edition compiletest header + fix tests
2018-06-26 19:32:00 -05:00
lint-anon-param-edition.rs
add edition compiletest header + fix tests
2018-06-26 19:32:00 -05:00
lint-anon-param-edition.stderr
lint-ctypes.rs
lint-ctypes.stderr
Fix typo in improper_ctypes suggestion
2018-07-13 17:09:09 +02:00
lint-forbid-attr.rs
lint-forbid-attr.stderr
lint-output-format-2.rs
lint-output-format-2.stderr
lint-unconditional-recursion.rs
lint-unconditional-recursion.stderr
liveness-return-last-stmt-semi.rs
liveness-return-last-stmt-semi.stderr
loop-break-value-no-repeat.rs
loop-break-value-no-repeat.stderr
loops-reject-duplicate-labels-2.rs
loops-reject-duplicate-labels-2.stderr
loops-reject-duplicate-labels.rs
loops-reject-duplicate-labels.stderr
loops-reject-labels-shadowing-lifetimes.rs
loops-reject-labels-shadowing-lifetimes.stderr
loops-reject-lifetime-shadowing-label.rs
loops-reject-lifetime-shadowing-label.stderr
macro-context.rs
macro-context.stderr
macro-invalid-fragment-spec.rs
macro-invalid-fragment-spec.stderr
macro-reexport-removed.rs
macro-reexport-removed.stderr
macro-shadowing.rs
macro-shadowing.stderr
main-wrong-location.rs
main-wrong-location.stderr
maybe-bounds.rs
maybe-bounds.stderr
method-call-err-msg.rs
method-call-err-msg.stderr
method-call-lifetime-args-lint.rs
method-call-lifetime-args-lint.stderr
method-call-lifetime-args.rs
method-call-lifetime-args.stderr
method-missing-call.rs
method-missing-call.stderr
method-on-ambiguous-numeric-type.rs
Implement existential types
2018-07-18 10:53:08 +02:00
method-on-ambiguous-numeric-type.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
mir_check_nonconst.rs
mir_check_nonconst.stderr
missing-alloc_error_handler.rs
Implement #[alloc_error_handler]
2018-07-09 23:13:24 +02:00
missing-alloc_error_handler.stderr
Implement #[alloc_error_handler]
2018-07-09 23:13:24 +02:00
missing-allocator.rs
Implement #[alloc_error_handler]
2018-07-09 23:13:24 +02:00
missing-allocator.stderr
missing-block-hint.rs
missing-block-hint.stderr
missing-comma-in-match.fixed
Implement existential types
2018-07-18 10:53:08 +02:00
missing-comma-in-match.rs
Implement existential types
2018-07-18 10:53:08 +02:00
missing-comma-in-match.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
missing-fields-in-struct-pattern.rs
missing-fields-in-struct-pattern.stderr
moves-based-on-type-block-bad.nll.stderr
Update tests for grouped nll move errors
2018-06-27 22:46:58 +01:00
moves-based-on-type-block-bad.rs
moves-based-on-type-block-bad.stderr
moves-based-on-type-match-bindings.nll.stderr
moves-based-on-type-match-bindings.rs
moves-based-on-type-match-bindings.stderr
moves-based-on-type-tuple.rs
moves-based-on-type-tuple.stderr
mut-ref.rs
mut-ref.stderr
nested_impl_trait.rs
nested_impl_trait.stderr
no-args-non-move-async-closure.rs
add edition compiletest header + fix tests
2018-06-26 19:32:00 -05:00
no-args-non-move-async-closure.stderr
no-patterns-in-args.rs
no-patterns-in-args.stderr
non-constant-expr-for-arr-len.rs
non-constant-expr-for-arr-len.stderr
non-exhaustive-pattern-witness.rs
non-exhaustive-pattern-witness.stderr
not-enough-arguments.rs
not-enough-arguments.stderr
numeric-cast-2.rs
Implement existential types
2018-07-18 10:53:08 +02:00
numeric-cast-2.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
numeric-cast.rs
Implement existential types
2018-07-18 10:53:08 +02:00
numeric-cast.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
numeric-fields.rs
numeric-fields.stderr
object-safety-associated-consts.rs
object-safety-associated-consts.stderr
object-safety-generics.rs
object-safety-generics.stderr
object-safety-mentions-Self.rs
object-safety-mentions-Self.stderr
object-safety-sized.rs
object-safety-sized.stderr
object-safety-supertrait-mentions-Self.rs
object-safety-supertrait-mentions-Self.stderr
obsolete-syntax-impl-for-dotdot.rs
obsolete-syntax-impl-for-dotdot.stderr
order-dependent-cast-inference.rs
order-dependent-cast-inference.stderr
partialeq_help.rs
partialeq_help.stderr
path-lookahead.rs
path-lookahead.stderr
placement-syntax.rs
Implement existential types
2018-07-18 10:53:08 +02:00
placement-syntax.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
pub-ident-fn-2.rs
Implement existential types
2018-07-18 10:53:08 +02:00
pub-ident-fn-2.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
pub-ident-fn-or-struct-2.rs
Implement existential types
2018-07-18 10:53:08 +02:00
pub-ident-fn-or-struct-2.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
pub-ident-fn-or-struct.rs
Implement existential types
2018-07-18 10:53:08 +02:00
pub-ident-fn-or-struct.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
pub-ident-fn.fixed
Implement existential types
2018-07-18 10:53:08 +02:00
pub-ident-fn.rs
Implement existential types
2018-07-18 10:53:08 +02:00
pub-ident-fn.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
pub-ident-struct.rs
Implement existential types
2018-07-18 10:53:08 +02:00
pub-ident-struct.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
qualified-path-params-2.rs
qualified-path-params-2.stderr
range-inclusive-pattern-precedence.rs
range-inclusive-pattern-precedence.stderr
raw_string.rs
raw_string.stderr
raw-literal-keywords.rs
raw-literal-keywords.stderr
raw-literal-self.rs
raw-literal-self.stderr
raw-literal-underscore.rs
raw-literal-underscore.stderr
reassign-ref-mut.rs
reassign-ref-mut.stderr
recursive-requirements.rs
recursive-requirements.stderr
region-borrow-params-issue-29793-small.nll.stderr
Don't match on region kinds when reporting NLL errors
2018-07-23 20:54:09 +01:00
region-borrow-params-issue-29793-small.rs
region-borrow-params-issue-29793-small.stderr
regions-fn-subtyping-return-static.rs
regions-fn-subtyping-return-static.stderr
regions-nested-fns-2.nll.stderr
Don't match on region kinds when reporting NLL errors
2018-07-23 20:54:09 +01:00
regions-nested-fns-2.rs
regions-nested-fns-2.stderr
removing-extern-crate.fixed
Implement existential types
2018-07-18 10:53:08 +02:00
removing-extern-crate.rs
Implement existential types
2018-07-18 10:53:08 +02:00
removing-extern-crate.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
repr-align-assign.fixed
repr-align-assign.rs
repr-align-assign.stderr
repr.rs
Implement existential types
2018-07-18 10:53:08 +02:00
repr.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
resolve-conflict-item-vs-import.rs
resolve-conflict-item-vs-import.stderr
resolve-inconsistent-names.rs
resolve-inconsistent-names.stderr
return-match-array-const.rs
Fix ICEs with match/return expressions inside array lengths
2018-07-02 19:44:27 +01:00
return-match-array-const.stderr
Fix ICEs with match/return expressions inside array lengths
2018-07-02 19:44:27 +01:00
return-type.rs
Implement existential types
2018-07-18 10:53:08 +02:00
return-type.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
self-impl.rs
self-impl.stderr
shadowed-lifetime.rs
shadowed-lifetime.stderr
shadowed-type-parameter.rs
shadowed-type-parameter.stderr
short-error-format.rs
short-error-format.stderr
similar-tokens.rs
similar-tokens.stderr
specialization-feature-gate-default.rs
specialization-feature-gate-default.stderr
specialization-feature-gate-overlap.rs
specialization-feature-gate-overlap.stderr
static-lifetime.rs
static-lifetime.stderr
Extend support to get_generics
for all NodeItem
s
2018-06-28 11:12:43 -07:00
str-array-assignment.rs
Implement existential types
2018-07-18 10:53:08 +02:00
str-array-assignment.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
str-as-char.fixed
Implement existential types
2018-07-18 10:53:08 +02:00
str-as-char.rs
Implement existential types
2018-07-18 10:53:08 +02:00
str-as-char.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
str-concat-on-double-ref.rs
str-concat-on-double-ref.stderr
str-lit-type-mismatch.rs
str-lit-type-mismatch.stderr
struct-duplicate-comma.rs
struct-duplicate-comma.stderr
struct-field-init-syntax.rs
struct-field-init-syntax.stderr
struct-fields-decl-dupe.rs
struct-fields-decl-dupe.stderr
struct-fields-hints-no-dupe.rs
struct-fields-hints-no-dupe.stderr
struct-fields-hints.rs
struct-fields-hints.stderr
struct-fields-too-many.rs
struct-fields-too-many.stderr
struct-missing-comma.rs
struct-missing-comma.stderr
struct-path-self-type-mismatch.rs
struct-path-self-type-mismatch.stderr
suggest-labels.rs
Implement existential types
2018-07-18 10:53:08 +02:00
suggest-labels.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
suggest-methods.rs
Implement existential types
2018-07-18 10:53:08 +02:00
suggest-methods.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
suggest-private-fields.rs
suggest-private-fields.stderr
suggest-ref-mut.rs
Implement existential types
2018-07-18 10:53:08 +02:00
suggest-ref-mut.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
suggest-remove-refs-1.rs
suggest-remove-refs-1.stderr
suggest-remove-refs-2.rs
suggest-remove-refs-2.stderr
suggest-remove-refs-3.rs
suggest-remove-refs-3.stderr
svh-change-lit.rs
svh-change-lit.stderr
svh-change-significant-cfg.rs
svh-change-significant-cfg.stderr
svh-change-trait-bound.rs
svh-change-trait-bound.stderr
svh-change-type-arg.rs
svh-change-type-arg.stderr
svh-change-type-ret.rs
svh-change-type-ret.stderr
svh-change-type-static.rs
svh-change-type-static.stderr
svh-use-trait.rs
svh-use-trait.stderr
switched-expectations.rs
switched-expectations.stderr
target-feature-gate.rs
target-feature-gate.stderr
target-feature-wrong.rs
target-feature-wrong.stderr
test-should-panic-attr.rs
test-should-panic-attr.stderr
tool_lints.rs
Improving span of unknown lint tool error message
2018-07-04 14:28:44 +02:00
tool_lints.stderr
Improving span of unknown lint tool error message
2018-07-04 14:28:44 +02:00
trait-alias.rs
trait-alias.stderr
trait-duplicate-methods.rs
trait-duplicate-methods.stderr
trait-method-private.rs
trait-method-private.stderr
trait-object-auto-dedup-in-impl.rs
trait-object-auto-dedup-in-impl.stderr
trait-safety-fn-body.rs
trait-safety-fn-body.stderr
improve error message shown for unsafe operations: explain why undefined behavior could arise
2018-07-10 11:01:44 +02:00
trait-suggest-where-clause.rs
Fix typo in error message E0277
2018-07-10 23:10:13 +02:00
trait-suggest-where-clause.stderr
Fix doc link
2018-07-17 14:10:11 +02:00
traits-multidispatch-convert-ambig-dest.rs
traits-multidispatch-convert-ambig-dest.stderr
trivial-bounds-inconsistent-associated-functions.rs
trivial-bounds-inconsistent-copy-reborrow.nll.stderr
Include lifetime in mutability suggestion in NLL messages
2018-07-30 15:41:39 -07:00
trivial-bounds-inconsistent-copy-reborrow.rs
trivial-bounds-inconsistent-copy-reborrow.stderr
trivial-bounds-inconsistent-copy.rs
trivial-bounds-inconsistent-copy.stderr
trivial-bounds-inconsistent-projection-error.rs
trivial-bounds-inconsistent-projection-error.stderr
trivial-bounds-inconsistent-projection.rs
trivial-bounds-inconsistent-projection.stderr
trivial-bounds-inconsistent-sized.rs
trivial-bounds-inconsistent-sized.stderr
trivial-bounds-inconsistent-well-formed.rs
trivial-bounds-inconsistent-well-formed.stderr
trivial-bounds-inconsistent.rs
trivial-bounds-inconsistent.stderr
trivial-bounds-leak-copy.rs
trivial-bounds-leak-copy.stderr
trivial-bounds-leak.rs
trivial-bounds-leak.stderr
Fix doc link
2018-07-17 14:10:11 +02:00
trivial-bounds-lint.rs
trivial-bounds-lint.stderr
trivial-bounds-object.rs
try-on-option.rs
Implement existential types
2018-07-18 10:53:08 +02:00
try-on-option.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
try-operator-on-main.rs
Implement existential types
2018-07-18 10:53:08 +02:00
try-operator-on-main.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
try-poll.rs
std::ops::Try impl for std::task::Poll
2018-07-25 17:26:12 -07:00
tuple-float-index.fixed
Implement existential types
2018-07-18 10:53:08 +02:00
tuple-float-index.rs
Implement existential types
2018-07-18 10:53:08 +02:00
tuple-float-index.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
type-alias-bounds.rs
type-alias-bounds.stderr
type-annotation-needed.rs
type-annotation-needed.stderr
type-ascription-instead-of-initializer.rs
Implement existential types
2018-07-18 10:53:08 +02:00
type-ascription-instead-of-initializer.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
type-ascription-instead-of-statement-end.rs
Implement existential types
2018-07-18 10:53:08 +02:00
type-ascription-instead-of-statement-end.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
type-ascription-with-fn-call.rs
Implement existential types
2018-07-18 10:53:08 +02:00
type-ascription-with-fn-call.stderr
Implement existential types
2018-07-18 10:53:08 +02:00
type-check-defaults.rs
type-check-defaults.stderr
prove defaults meet WF requirements, not that they are WF
2018-07-02 10:38:30 -04:00
type-dependent-def-issue-49241.rs
type-dependent-def-issue-49241.stderr
type-mismatch.rs
Add UI tests for diagnostics comparing types
2018-07-12 17:06:03 +09:00
type-mismatch.stderr
Don't display default generic parameters in diagnostics that compare types.
2018-07-12 17:14:53 +09:00
type-recursive.rs
type-recursive.stderr
typeck_type_placeholder_item.rs
typeck_type_placeholder_item.stderr
typeck_type_placeholder_lifetime_1.rs
typeck_type_placeholder_lifetime_1.stderr
typeck_type_placeholder_lifetime_2.rs
typeck_type_placeholder_lifetime_2.stderr
typeck-builtin-bound-type-parameters.rs
typeck-builtin-bound-type-parameters.stderr
ui-testing-optout.rs
ui-testing-optout.stderr
unboxed-closure-no-cyclic-sig.rs
unboxed-closure-no-cyclic-sig.stderr
unboxed-closure-sugar-wrong-trait.rs
unboxed-closure-sugar-wrong-trait.stderr
unboxed-closures-infer-fn-once-move-from-projection.rs
unboxed-closures-infer-fn-once-move-from-projection.stderr
unconstrained-none.rs
unconstrained-none.stderr
unconstrained-ref.rs
unconstrained-ref.stderr
underscore-ident-matcher.rs
underscore-ident-matcher.stderr
unevaluated_fixed_size_array_len.rs
unevaluated_fixed_size_array_len.stderr
unknown-language-item.rs
unknown-language-item.stderr
unsafe-block-without-braces.rs
unsafe-block-without-braces.stderr
unsafe-const-fn.rs
unsafe-const-fn.stderr
improve error message shown for unsafe operations: explain why undefined behavior could arise
2018-07-10 11:01:44 +02:00
unsized-enum2.rs
Fix typo in error message E0277
2018-07-10 23:10:13 +02:00
unsized-enum2.stderr
Fix doc link
2018-07-17 14:10:11 +02:00
use-mod.rs
use-mod.stderr
use-nested-groups-error.rs
use-nested-groups-error.stderr
use-nested-groups-unused-imports.rs
use-nested-groups-unused-imports.stderr
variadic-ffi-3.rs
variadic-ffi-3.stderr
variance-unused-type-param.rs
variance-unused-type-param.stderr
vector-no-ann.rs
vector-no-ann.stderr
wasm-custom-section-relocations.rs
rustc: Use link_section, not wasm_custom_section
2018-07-16 09:40:45 -07:00
wasm-custom-section-relocations.stderr
rustc: Use link_section, not wasm_custom_section
2018-07-16 09:40:45 -07:00
wasm-import-module.rs
rustc: Stabilize #[wasm_import_module] as #[link(...)]
2018-07-18 07:50:08 -07:00
wasm-import-module.stderr
rustc: Stabilize #[wasm_import_module] as #[link(...)]
2018-07-18 07:50:08 -07:00