rust/src/test/ui/span
2022-12-13 09:48:26 +00:00
..
auxiliary Properly handle Spans that reference imported SourceFiles 2020-03-18 23:56:42 -04:00
borrowck-borrow-overloaded-auto-deref-mut.rs Remove licenses 2018-12-25 21:08:33 -07:00
borrowck-borrow-overloaded-auto-deref-mut.stderr Use larger span for adjustments on method calls 2021-09-25 10:00:41 -05:00
borrowck-borrow-overloaded-deref-mut.rs Remove licenses 2018-12-25 21:08:33 -07:00
borrowck-borrow-overloaded-deref-mut.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
borrowck-call-is-borrow-issue-12224.rs Update tests for changes to cannot move errors 2019-06-03 14:55:29 +01:00
borrowck-call-is-borrow-issue-12224.stderr Shorten span for closures. 2022-07-07 09:27:42 +02:00
borrowck-call-method-from-mut-aliasable.rs Remove licenses 2018-12-25 21:08:33 -07:00
borrowck-call-method-from-mut-aliasable.stderr Use larger span for adjustments on method calls 2021-09-25 10:00:41 -05:00
borrowck-fn-in-const-b.rs Remove licenses 2018-12-25 21:08:33 -07:00
borrowck-fn-in-const-b.stderr Use larger span for adjustments on method calls 2021-09-25 10:00:41 -05:00
borrowck-let-suggestion-suffixes.rs Update tests to match error message changes 2022-10-20 16:43:27 +01:00
borrowck-let-suggestion-suffixes.stderr Update tests to match error message changes 2022-10-20 16:43:27 +01:00
borrowck-object-mutability.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
borrowck-object-mutability.stderr Use larger span for adjustments on method calls 2021-09-25 10:00:41 -05:00
borrowck-ref-into-rvalue.fixed Provide structured suggestion for dropped temp value 2022-07-15 11:04:45 -07:00
borrowck-ref-into-rvalue.rs Provide structured suggestion for dropped temp value 2022-07-15 11:04:45 -07:00
borrowck-ref-into-rvalue.stderr Update tests to match error message changes 2022-10-20 16:43:27 +01:00
coerce-suggestions.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
coerce-suggestions.stderr Implementation for 65853 2022-04-16 02:26:56 -04:00
destructor-restrictions.rs Remove licenses 2018-12-25 21:08:33 -07:00
destructor-restrictions.stderr Use larger span for adjustments on method calls 2021-09-25 10:00:41 -05:00
drop-location-span-error-rust-2021-incompatible-closure-captures-93117.rs Bless tests 2022-10-05 04:16:09 +00:00
drop-location-span-error-rust-2021-incompatible-closure-captures-93117.stderr Auto merge of #101679 - compiler-errors:rpitit-default-body, r=nikomatsakis 2022-10-12 21:03:47 +00:00
drop-location-span-error-rust-2021-incompatible-closure-captures-96258.rs fix ICE with -Wrust-2021-incompatible-closure-captures 2022-06-29 20:32:32 +02:00
drop-location-span-error-rust-2021-incompatible-closure-captures-96258.stderr fix ICE with -Wrust-2021-incompatible-closure-captures 2022-06-29 20:32:32 +02:00
dropck-object-cycle.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
dropck-object-cycle.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
dropck_arr_cycle_checked.rs Remove compile-fail test suite 2020-12-29 23:39:56 +03:00
dropck_arr_cycle_checked.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
dropck_direct_cycle_with_drop.rs Remove licenses 2018-12-25 21:08:33 -07:00
dropck_direct_cycle_with_drop.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
dropck_misc_variants.rs Remove licenses 2018-12-25 21:08:33 -07:00
dropck_misc_variants.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
dropck_vec_cycle_checked.rs Remove compile-fail test suite 2020-12-29 23:39:56 +03:00
dropck_vec_cycle_checked.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
E0046.rs Remove licenses 2018-12-25 21:08:33 -07:00
E0046.stderr Remove licenses 2018-12-25 21:08:33 -07:00
E0072.rs Remove licenses 2018-12-25 21:08:33 -07:00
E0072.stderr Rewrite representability 2022-10-07 09:33:46 -05:00
E0204.rs Remove licenses 2018-12-25 21:08:33 -07:00
E0204.stderr Allow more !Copy impls 2022-09-23 21:51:40 +02:00
E0493.rs Note the type when unable to drop values in compile time 2022-09-24 20:32:51 +00:00
E0493.stderr Note the type when unable to drop values in compile time 2022-09-24 20:32:51 +00:00
E0535.rs Remove licenses 2018-12-25 21:08:33 -07:00
E0535.stderr add help for invalid inline argument 2022-09-16 23:57:08 +08:00
E0536.rs Remove licenses 2018-12-25 21:08:33 -07:00
E0536.stderr Update tests 2019-03-11 23:10:26 +03:00
E0537.rs Remove licenses 2018-12-25 21:08:33 -07:00
E0537.stderr Update tests 2019-03-11 23:10:26 +03:00
gated-features-attr-spans.rs Make sure feature gate errors are recoverable (take 2) 2019-01-06 14:58:17 +03:00
gated-features-attr-spans.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
impl-wrong-item-for-trait.rs Link impl items to corresponding trait items in late resolver. 2022-01-08 20:45:59 +01:00
impl-wrong-item-for-trait.stderr Shorten def_span for more items. 2022-07-01 17:39:19 +02:00
import-ty-params.rs Point only at generic arguments when they are unexpected 2021-01-26 15:59:43 -08:00
import-ty-params.stderr Point only at generic arguments when they are unexpected 2021-01-26 15:59:43 -08:00
issue-11925.rs Adjust diagnostics, bless tests 2022-11-05 18:05:44 +00:00
issue-11925.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
issue-15480.fixed Provide structured suggestion for dropped temp value 2022-07-15 11:04:45 -07:00
issue-15480.rs Provide structured suggestion for dropped temp value 2022-07-15 11:04:45 -07:00
issue-15480.stderr Update tests to match error message changes 2022-10-20 16:43:27 +01:00
issue-23338-locals-die-before-temps-of-body.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-23338-locals-die-before-temps-of-body.stderr Use larger span for adjustments on method calls 2021-09-25 10:00:41 -05:00
issue-23729.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-23729.stderr Suggest missing item from trait in impl 2019-11-06 10:00:59 -08:00
issue-23827.rs Cleanup feature gates. 2022-03-03 18:50:28 +01:00
issue-23827.stderr Suggest missing item from trait in impl 2019-11-06 10:00:59 -08:00
issue-24356.rs Remove unnecessary ignore-tidy-linelength 2019-04-23 11:42:14 +01:00
issue-24356.stderr Suggest missing item from trait in impl 2019-11-06 10:00:59 -08:00
issue-24690.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-24690.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
issue-24805-dropck-child-has-items-via-parent.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-24805-dropck-child-has-items-via-parent.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
issue-24805-dropck-trait-has-items.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-24805-dropck-trait-has-items.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
issue-24895-copy-clone-dropck.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-24895-copy-clone-dropck.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
issue-25199.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-25199.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
issue-26656.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-26656.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
issue-27522.rs Refer to "self type" instead of "receiver type" 2019-09-02 19:07:04 -07:00
issue-27522.stderr Refer to "self type" instead of "receiver type" 2019-09-02 19:07:04 -07:00
issue-29106.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-29106.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-29595.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-29595.stderr Do not mention associated items when they introduce an obligation 2021-11-20 19:19:31 +00:00
issue-33884.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
issue-33884.stderr Show macro name in 'this error originates in macro' message 2021-05-12 19:03:06 -04:00
issue-34264.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-34264.stderr Shrink suggestion span of argument mismatch error 2022-09-03 05:54:13 +00:00
issue-35987.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-35987.stderr Modify ui tests to reflect the change 2022-10-25 22:09:10 -05:00
issue-36537.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-36537.stderr Use larger span for adjustments on method calls 2021-09-25 10:00:41 -05:00
issue-37767.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-37767.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
issue-39018.rs Update tests 2019-12-12 20:56:14 +01:00
issue-39018.stderr Inform the user which trait is meant in the diagnostic itself instead of relying on the span making it obvious 2022-12-13 09:48:26 +00:00
issue-39698.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-39698.stderr When encountering a binding that could be a const or unit variant, suggest the right path 2022-04-30 02:27:25 +00:00
issue-40157.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-40157.stderr Use larger span for adjustments on method calls 2021-09-25 10:00:41 -05:00
issue-42234-unknown-receiver-type.full.stderr Only label place where type is needed if span is meaningful 2022-07-01 17:38:34 +00:00
issue-42234-unknown-receiver-type.generic_arg.stderr Only label place where type is needed if span is meaningful 2022-07-01 17:38:34 +00:00
issue-42234-unknown-receiver-type.rs remove unnecessary change 2022-06-02 10:19:15 +02:00
issue-43927-non-ADT-derive.rs Update invalid crate attributes, add help message 2021-12-03 18:38:32 +00:00
issue-43927-non-ADT-derive.stderr Update invalid crate attributes, add help message 2021-12-03 18:38:32 +00:00
issue-71363.rs Make some diagnostics not depend on the source of what they reference being available 2022-12-13 09:48:22 +00:00
issue-71363.stderr Introduce Span::is_visible 2022-12-09 14:35:55 -08:00
issue-81800.rs Fix SourceMap::start_point 2021-02-07 23:23:09 +03:00
issue-81800.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
issue28498-reject-ex1.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
issue28498-reject-ex1.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
issue28498-reject-lifetime-param.rs Remove feature gate dropck_parametricity completely 2019-07-11 18:44:56 +00:00
issue28498-reject-lifetime-param.stderr Remove feature gate dropck_parametricity completely 2019-07-11 18:44:56 +00:00
issue28498-reject-passed-to-fn.rs Remove feature gate dropck_parametricity completely 2019-07-11 18:44:56 +00:00
issue28498-reject-passed-to-fn.stderr Remove feature gate dropck_parametricity completely 2019-07-11 18:44:56 +00:00
issue28498-reject-trait-bound.rs Remove feature gate dropck_parametricity completely 2019-07-11 18:44:56 +00:00
issue28498-reject-trait-bound.stderr Remove feature gate dropck_parametricity completely 2019-07-11 18:44:56 +00:00
lint-unused-unsafe-thir.rs never consider unsafe blocks unused if they would be required with unsafe_op_in_unsafe_fn 2022-08-02 17:09:41 -04:00
lint-unused-unsafe-thir.stderr never consider unsafe blocks unused if they would be required with unsafe_op_in_unsafe_fn 2022-08-02 17:09:41 -04:00
lint-unused-unsafe.mir.stderr never consider unsafe blocks unused if they would be required with unsafe_op_in_unsafe_fn 2022-08-02 17:09:41 -04:00
lint-unused-unsafe.rs never consider unsafe blocks unused if they would be required with unsafe_op_in_unsafe_fn 2022-08-02 17:09:41 -04:00
macro-span-replacement.rs collapse dead code warnings into a single diagnostic 2022-06-19 18:32:56 +09:00
macro-span-replacement.stderr Uniform spans in dead code lint. 2022-06-22 20:40:42 +02:00
macro-ty-params.rs Avoid more unnecessary MetaItem/Attribute conversions. 2022-11-29 12:54:45 +11:00
macro-ty-params.stderr Avoid more unnecessary MetaItem/Attribute conversions. 2022-11-29 12:54:45 +11:00
method-and-field-eager-resolution.rs add new emit_inference_failure_err 2022-06-02 10:19:15 +02:00
method-and-field-eager-resolution.stderr Only label place where type is needed if span is meaningful 2022-07-01 17:38:34 +00:00
missing-unit-argument.rs Specify if struct/enum in arg mismatch error 2021-06-20 13:48:37 -04:00
missing-unit-argument.stderr Make some diagnostics not depend on the source of what they reference being available 2022-12-13 09:48:22 +00:00
move-closure.rs Remove licenses 2018-12-25 21:08:33 -07:00
move-closure.stderr Shorten span for closures. 2022-07-07 09:27:42 +02:00
multiline-span-E0072.rs Remove licenses 2018-12-25 21:08:33 -07:00
multiline-span-E0072.stderr Rewrite representability 2022-10-07 09:33:46 -05:00
multiline-span-simple.rs Remove licenses 2018-12-25 21:08:33 -07:00
multiline-span-simple.stderr Tweak "the following other types implement trait" 2022-12-05 14:59:30 -08:00
multispan-import-lint.rs Moving more build-pass tests to check-pass 2020-04-23 20:21:38 -07:00
multispan-import-lint.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
mut-arg-hint.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
mut-arg-hint.stderr Use larger span for adjustments on method calls 2021-09-25 10:00:41 -05:00
mut-ptr-cant-outlive-ref.rs Remove licenses 2018-12-25 21:08:33 -07:00
mut-ptr-cant-outlive-ref.stderr Use larger span for adjustments on method calls 2021-09-25 10:00:41 -05:00
non-existing-module-import.rs Remove licenses 2018-12-25 21:08:33 -07:00
non-existing-module-import.stderr Update tests 2019-03-11 23:10:26 +03:00
pub-struct-field.rs Remove licenses 2018-12-25 21:08:33 -07:00
pub-struct-field.stderr Update tests 2019-03-11 23:10:26 +03:00
range-2.rs Remove licenses 2018-12-25 21:08:33 -07:00
range-2.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
recursive-type-field.rs Rewrite representability 2022-10-07 09:33:46 -05:00
recursive-type-field.stderr Rewrite representability 2022-10-07 09:33:46 -05:00
regionck-unboxed-closure-lifetimes.rs Remove licenses 2018-12-25 21:08:33 -07:00
regionck-unboxed-closure-lifetimes.stderr Use larger span for adjustments on method calls 2021-09-25 10:00:41 -05:00
regions-close-over-borrowed-ref-in-obj.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
regions-close-over-borrowed-ref-in-obj.stderr Update tests to match error message changes 2022-10-20 16:43:27 +01:00
regions-close-over-type-parameter-2.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
regions-close-over-type-parameter-2.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
regions-escape-loop-via-variable.rs Remove licenses 2018-12-25 21:08:33 -07:00
regions-escape-loop-via-variable.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
regions-escape-loop-via-vec.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
regions-escape-loop-via-vec.stderr Use larger span for adjustments on method calls 2021-09-25 10:00:41 -05:00
regions-infer-borrow-scope-within-loop.rs Remove licenses 2018-12-25 21:08:33 -07:00
regions-infer-borrow-scope-within-loop.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
send-is-not-static-ensures-scoping.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
send-is-not-static-ensures-scoping.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
send-is-not-static-std-sync-2.rs Remove licenses 2018-12-25 21:08:33 -07:00
send-is-not-static-std-sync-2.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
send-is-not-static-std-sync.rs Remove licenses 2018-12-25 21:08:33 -07:00
send-is-not-static-std-sync.stderr Use larger span for adjustments on method calls 2021-09-25 10:00:41 -05:00
slice-borrow.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
slice-borrow.stderr Update tests to match error message changes 2022-10-20 16:43:27 +01:00
suggestion-non-ascii.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
suggestion-non-ascii.stderr Update tests 2019-03-11 23:10:26 +03:00
transitive-dep-span.rs fix rebase fallout 2020-03-24 06:28:56 +01:00
transitive-dep-span.stderr Shorten def_span for more items. 2022-07-01 17:39:19 +02:00
type-annotations-needed-expr.rs Point at method call on missing annotation error 2019-08-25 13:39:11 -07:00
type-annotations-needed-expr.stderr Only label place where type is needed if span is meaningful 2022-07-01 17:38:34 +00:00
type-binding.rs Remove licenses 2018-12-25 21:08:33 -07:00
type-binding.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
typo-suggestion.rs Remove licenses 2018-12-25 21:08:33 -07:00
typo-suggestion.stderr Update tests 2019-03-11 23:10:26 +03:00
unused-warning-point-at-identifier.rs collapse dead code warnings into a single diagnostic 2022-06-19 18:32:56 +09:00
unused-warning-point-at-identifier.stderr collapse dead code warnings into a single diagnostic 2022-06-19 18:32:56 +09:00
vec-must-not-hide-type-from-dropck.rs Remove licenses 2018-12-25 21:08:33 -07:00
vec-must-not-hide-type-from-dropck.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
vec_refs_data_with_early_death.rs Remove licenses 2018-12-25 21:08:33 -07:00
vec_refs_data_with_early_death.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
visibility-ty-params.rs Do not abort compilation if expansion produces errors 2018-12-27 15:51:36 +03:00
visibility-ty-params.stderr Point only at generic arguments when they are unexpected 2021-01-26 15:59:43 -08:00
wf-method-late-bound-regions.rs Remove licenses 2018-12-25 21:08:33 -07:00
wf-method-late-bound-regions.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00