rust/src/test/ui/span
kennytm 0e78c29bea Rollup merge of #46287 - SimonSapin:stable-constness, r=aturon
Stabilize const-calling existing const-fns in std

Fixes #46038
2017-11-29 18:37:47 +08:00
..
borrowck-borrow-overloaded-auto-deref-mut.rs add hint to fix error for immutable ref in arg 2016-11-29 00:32:34 +03:00
borrowck-borrow-overloaded-auto-deref-mut.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
borrowck-borrow-overloaded-deref-mut.rs add hint to fix error for immutable ref in arg 2016-11-29 00:32:34 +03:00
borrowck-borrow-overloaded-deref-mut.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
borrowck-call-is-borrow-issue-12224.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
borrowck-call-is-borrow-issue-12224.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
borrowck-call-method-from-mut-aliasable.rs add hint to fix error for immutable ref in arg 2016-11-29 00:32:34 +03:00
borrowck-call-method-from-mut-aliasable.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
borrowck-fn-in-const-b.rs add hint to fix error for immutable ref in arg 2016-11-29 00:32:34 +03:00
borrowck-fn-in-const-b.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
borrowck-let-suggestion-suffixes.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
borrowck-let-suggestion-suffixes.stderr Stabilize rvalue promotion to 'static. 2017-08-16 20:30:56 +03:00
borrowck-object-mutability.rs add hint to fix error for immutable ref in arg 2016-11-29 00:32:34 +03:00
borrowck-object-mutability.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
borrowck-ref-into-rvalue.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
borrowck-ref-into-rvalue.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
coerce-suggestions.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
coerce-suggestions.stderr mention nightly in -Z external-macro-backtrace note 2017-11-26 18:28:38 +00:00
destructor-restrictions.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
destructor-restrictions.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
dropck-object-cycle.rs improve "Doesn't live long enough" error 2016-10-20 22:51:51 +03:00
dropck-object-cycle.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
dropck_arr_cycle_checked.rs Stabilize const-calling existing const-fns in std 2017-11-26 23:43:44 +01:00
dropck_arr_cycle_checked.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
dropck_direct_cycle_with_drop.rs improve "Doesn't live long enough" error 2016-10-20 22:51:51 +03:00
dropck_direct_cycle_with_drop.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
dropck_misc_variants.rs improve "Doesn't live long enough" error 2016-10-20 22:51:51 +03:00
dropck_misc_variants.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
dropck_vec_cycle_checked.rs Stabilize const-calling existing const-fns in std 2017-11-26 23:43:44 +01:00
dropck_vec_cycle_checked.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
E0046.rs Include type of missing trait methods in error 2016-11-05 13:26:22 -07:00
E0046.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
E0057.rs Better underline for E0057,E0060,E0061 2016-10-06 22:02:46 +02:00
E0057.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
E0072.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
E0072.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
E0204.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
E0204.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
E0493.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
E0493.stderr Stabilize drop_types_in_const. 2017-09-09 17:39:30 +03:00
E0535.rs Update invalid inline arg test. 2017-11-07 08:54:38 +01:00
E0535.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
E0536.rs fix span for errors E0537, E0535 & E0536 2016-09-10 10:21:13 +03:00
E0536.stderr Update ui tests 2017-08-17 21:59:19 +09:00
E0537.rs fix span for errors E0537, E0535 & E0536 2016-09-10 10:21:13 +03:00
E0537.stderr Update ui tests 2017-08-17 21:59:19 +09:00
gated-features-attr-spans.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
gated-features-attr-spans.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
impl-wrong-item-for-trait.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
impl-wrong-item-for-trait.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
import-ty-params.rs Fix fallout in tests. 2017-08-22 15:50:21 -07:00
import-ty-params.stderr Fix fallout in tests. 2017-08-22 15:50:21 -07:00
issue-7575.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-7575.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-11925.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-11925.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-15480.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-15480.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-23338-locals-die-before-temps-of-body.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-23338-locals-die-before-temps-of-body.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-23729.rs Include type of missing trait methods in error 2016-11-05 13:26:22 -07:00
issue-23729.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
issue-23827.rs rustc: rework stability to be on-demand for type-directed lookup. 2016-11-28 04:18:11 +02:00
issue-23827.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
issue-24356.rs Include type of missing trait methods in error 2016-11-05 13:26:22 -07:00
issue-24356.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
issue-24690.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-24690.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-24805-dropck-child-has-items-via-parent.rs improve "Doesn't live long enough" error 2016-10-20 22:51:51 +03:00
issue-24805-dropck-child-has-items-via-parent.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
issue-24805-dropck-trait-has-items.rs improve "Doesn't live long enough" error 2016-10-20 22:51:51 +03:00
issue-24805-dropck-trait-has-items.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
issue-24895-copy-clone-dropck.rs improve "Doesn't live long enough" error 2016-10-20 22:51:51 +03:00
issue-24895-copy-clone-dropck.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
issue-25199.rs improve "Doesn't live long enough" error 2016-10-20 22:51:51 +03:00
issue-25199.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
issue-26656.rs improve "Doesn't live long enough" error 2016-10-20 22:51:51 +03:00
issue-26656.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
issue-27522.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-27522.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-29106.rs improve "Doesn't live long enough" error 2016-10-20 22:51:51 +03:00
issue-29106.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
issue-29595.rs remove associated_consts feature gate 2017-07-06 11:52:25 -07:00
issue-29595.stderr remove associated_consts feature gate 2017-07-06 11:52:25 -07:00
issue-33884.rs Add test for issue 33884 2017-04-20 17:06:39 -07:00
issue-33884.stderr mention nightly in -Z external-macro-backtrace note 2017-11-26 18:28:38 +00:00
issue-34264.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-34264.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-35987.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-35987.stderr Remove left over dead code from suggestion diagnostic refactoring 2017-11-16 16:36:49 +01:00
issue-36530.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-36530.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-36537.rs improve "Doesn't live long enough" error 2016-10-20 22:51:51 +03:00
issue-36537.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
issue-37767.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-37767.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-39018.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-39018.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-39698.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-39698.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
issue-40157.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-40157.stderr mention nightly in -Z external-macro-backtrace note 2017-11-26 18:28:38 +00:00
issue-43927-non-ADT-derive.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-43927-non-ADT-derive.stderr suggest an outer attribute when #![derive(...)] (predictably) fails 2017-09-21 21:20:31 -07:00
issue28498-reject-ex1.rs improve "Doesn't live long enough" error 2016-10-20 22:51:51 +03:00
issue28498-reject-ex1.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
issue28498-reject-lifetime-param.rs improve "Doesn't live long enough" error 2016-10-20 22:51:51 +03:00
issue28498-reject-lifetime-param.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
issue28498-reject-passed-to-fn.rs improve "Doesn't live long enough" error 2016-10-20 22:51:51 +03:00
issue28498-reject-passed-to-fn.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
issue28498-reject-trait-bound.rs improve "Doesn't live long enough" error 2016-10-20 22:51:51 +03:00
issue28498-reject-trait-bound.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
lint-unused-unsafe.rs Point to enclosing block/fn on nested unsafe 2017-03-10 07:53:08 -08:00
lint-unused-unsafe.stderr collect unused unsafe code 2017-11-06 23:41:18 +02:00
loan-extend.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
macro-span-replacement.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
macro-span-replacement.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
macro-ty-params.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
macro-ty-params.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
missing-unit-argument.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
missing-unit-argument.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
move-closure.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
move-closure.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
multiline-span-E0072.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
multiline-span-E0072.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
multiline-span-simple.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
multiline-span-simple.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
multispan-import-lint.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
multispan-import-lint.stderr rustc: Rearchitect lints to be emitted more eagerly 2017-08-09 09:13:51 -07:00
mut-arg-hint.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
mut-arg-hint.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
mut-ptr-cant-outlive-ref.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
mut-ptr-cant-outlive-ref.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
non-existing-module-import.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
non-existing-module-import.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
pub-struct-field.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
pub-struct-field.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
range-2.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
range-2.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
recursive-type-field.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
recursive-type-field.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
regionck-unboxed-closure-lifetimes.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
regionck-unboxed-closure-lifetimes.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
regions-close-over-borrowed-ref-in-obj.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
regions-close-over-borrowed-ref-in-obj.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
regions-close-over-type-parameter-2.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
regions-close-over-type-parameter-2.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
regions-escape-loop-via-variable.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
regions-escape-loop-via-variable.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
regions-escape-loop-via-vec.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
regions-escape-loop-via-vec.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
regions-infer-borrow-scope-within-loop.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
regions-infer-borrow-scope-within-loop.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
send-is-not-static-ensures-scoping.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
send-is-not-static-ensures-scoping.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
send-is-not-static-std-sync-2.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
send-is-not-static-std-sync-2.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
send-is-not-static-std-sync.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
send-is-not-static-std-sync.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
slice-borrow.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
slice-borrow.stderr mention nightly in -Z external-macro-backtrace note 2017-11-26 18:28:38 +00:00
suggestion-non-ascii.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
suggestion-non-ascii.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
type-binding.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
type-binding.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
typo-suggestion.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
typo-suggestion.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
unused-warning-point-at-signature.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
unused-warning-point-at-signature.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
vec-must-not-hide-type-from-dropck.rs Stabilize const-calling existing const-fns in std 2017-11-26 23:43:44 +01:00
vec-must-not-hide-type-from-dropck.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
vec_refs_data_with_early_death.rs improve "Doesn't live long enough" error 2016-10-20 22:51:51 +03:00
vec_refs_data_with_early_death.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
visibility-ty-params.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
visibility-ty-params.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
wf-method-late-bound-regions.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
wf-method-late-bound-regions.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00