rust/tests/ui/static
Esteban Küber 65a54a7f27 Tweak multispan rendering
Consider comments and bare delimiters the same as an "empty line" for purposes of hiding rendered code output of long multispans. This results in more aggressive shortening of rendered output without losing too much context, specially in `*.stderr` tests that have "hidden" comments.
2024-12-12 23:36:27 +00:00
..
auxiliary [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
bad-const-type.rs Modify primary span label for E0308 2023-01-30 20:12:19 +00:00
bad-const-type.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
duplicated-fields-issue-124464.rs check_expr_struct_fields: taint context with errors if struct definition is malformed 2024-06-05 21:54:22 +02:00
duplicated-fields-issue-124464.stderr check_expr_struct_fields: taint context with errors if struct definition is malformed 2024-06-05 21:54:22 +02:00
duplicated-fields-issue-125842.rs check_expr_struct_fields: taint context with errors if struct definition is malformed 2024-06-05 21:54:22 +02:00
duplicated-fields-issue-125842.stderr check_expr_struct_fields: taint context with errors if struct definition is malformed 2024-06-05 21:54:22 +02:00
issue-1660.rs tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
issue-5216.rs
issue-5216.stderr Modify primary span label for E0308 2023-01-30 20:12:19 +00:00
issue-18118.rs
issue-18118.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-24446.rs Move tests 2024-03-03 16:30:48 -03:00
issue-24446.stderr Tweak multispan rendering 2024-12-12 23:36:27 +00:00
issue-24843.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-34194.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
missing-type.rs propagate tainted_by_errors in MirBorrowckCtxt::emit_errors 2024-09-04 20:06:33 +02:00
missing-type.stderr propagate tainted_by_errors in MirBorrowckCtxt::emit_errors 2024-09-04 20:06:33 +02:00
nested_item_main.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
raw-ref-deref-with-unsafe.rs Don't emit null pointer lint for raw ref of null deref 2024-10-06 22:36:51 -04:00
raw-ref-deref-without-unsafe.rs Don't emit null pointer lint for raw ref of null deref 2024-10-06 22:36:51 -04:00
raw-ref-deref-without-unsafe.stderr Don't emit null pointer lint for raw ref of null deref 2024-10-06 22:36:51 -04:00
raw-ref-extern-static.rs stabilize raw_ref_op 2024-08-18 19:46:53 +02:00
raw-ref-static-mut.rs stabilize raw_ref_op 2024-08-18 19:46:53 +02:00
refer-to-other-statics-by-value.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
safe-extern-statics-mut.rs Update tests for hidden references to mutable static 2024-09-13 14:10:56 +03:00
safe-extern-statics-mut.stderr Update tests for hidden references to mutable static 2024-09-13 14:10:56 +03:00
safe-extern-statics.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
safe-extern-statics.stderr Stabilize THIR unsafeck 2024-01-05 10:00:59 +00:00
static-closures.rs
static-closures.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
static-drop-scope.rs Taint borrowck results without running any borrowck if the MIR body was already tainted 2024-02-08 07:39:49 +00:00
static-drop-scope.stderr Always evaluate free constants and statics, even if previous errors occurred 2024-02-19 22:11:13 +00:00
static-extern-type.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
static-items-cant-move.rs
static-items-cant-move.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
static-lifetime-bound.rs Convert a hard-warning about named static lifetimes into lint "unused_lifetimes" 2023-02-22 09:44:26 +08:00
static-lifetime-bound.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
static-lifetime.rs Enforce supertrait outlives obligations hold when confirming impl 2024-08-05 09:55:14 -04:00
static-lifetime.stderr Enforce supertrait outlives obligations hold when confirming impl 2024-08-05 09:55:14 -04:00
static-method-privacy.rs
static-method-privacy.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
static-mut-bad-types.rs
static-mut-bad-types.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
static-mut-foreign-requires-unsafe.rs Remove revisions for THIR unsafeck 2024-01-05 09:30:27 +00:00
static-mut-foreign-requires-unsafe.stderr Stabilize THIR unsafeck 2024-01-05 10:00:59 +00:00
static-mut-not-constant.rs Remove uses of box_syntax in rustc and tools 2023-03-12 13:19:46 +00:00
static-mut-not-constant.stderr Stabilize LazyCell and LazyLock (lazy_cell) 2024-02-20 20:55:13 -07:00
static-mut-not-pat.rs
static-mut-not-pat.stderr
static-mut-requires-unsafe.rs Remove revisions for THIR unsafeck 2024-01-05 09:30:27 +00:00
static-mut-requires-unsafe.stderr Stabilize THIR unsafeck 2024-01-05 10:00:59 +00:00
static-priv-by-default2.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
static-priv-by-default2.stderr
static-reference-to-fn-1.rs
static-reference-to-fn-1.stderr recurse into refs when comparing tys for diagnostics 2023-12-07 23:00:46 -05:00
static-reference-to-fn-2.rs
static-reference-to-fn-2.stderr
static-region-bound.rs
static-region-bound.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
static-vec-repeat-not-constant.rs
static-vec-repeat-not-constant.stderr Stabilize LazyCell and LazyLock (lazy_cell) 2024-02-20 20:55:13 -07:00
static_sized_requirement.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
thread-local-in-ctfe.rs
thread-local-in-ctfe.stderr