rust/tests/ui/extern
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
extern_fat_drop.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
extern-1.rs tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
extern-C-non-FFI-safe-arg-ice-52334.rs Always use a colon in //@ normalize-*: headers 2024-07-11 12:23:44 +10:00
extern-C-non-FFI-safe-arg-ice-52334.stderr Revert #131669 due to ICEs 2024-12-09 17:31:16 +08:00
extern-C-str-arg-ice-80125.rs add issue numbers via // issue: rust-lang/rust#ISSUE_NUM directive 2024-03-24 09:34:11 +01:00
extern-C-str-arg-ice-80125.stderr Revert #131669 due to ICEs 2024-12-09 17:31:16 +08:00
extern-calling-convention-test.rs tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
extern-compare-with-return-type.rs Allow fn pointers comparisons lint in UI tests 2024-12-02 18:43:37 +01:00
extern-const.fixed Use the rustc_private libc less in tests 2024-04-15 08:54:11 -04:00
extern-const.rs Use the rustc_private libc less in tests 2024-04-15 08:54:11 -04:00
extern-const.stderr Make parse error suggestions verbose and fix spans 2024-07-12 03:02:57 +00:00
extern-crate-multiple-missing.rs
extern-crate-multiple-missing.stderr
extern-crate-rename.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
extern-crate-rename.stderr
extern-crate-visibility.rs
extern-crate-visibility.stderr
extern-ffi-fn-with-body.rs
extern-ffi-fn-with-body.stderr
extern-foreign-crate.rs tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
extern-macro.rs
extern-macro.stderr
extern-main-fn.rs
extern-main-fn.stderr
extern-main-issue-86110.rs
extern-main-issue-86110.stderr Use FnSig instead of raw FnDecl for ForeignItemKind::Fn 2024-08-16 14:10:06 -04:00
extern-methods.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
extern-mod-abi.rs tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
extern-mod-ordering-exe.rs tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
extern-no-mangle.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
extern-no-mangle.stderr
extern-prelude-core.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
extern-prelude-no-speculative.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
extern-prelude-std.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
extern-pub.rs tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
extern-rust.rs tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
extern-static-size-overflow.rs Keep object-size-dependent tests failing 2024-09-19 16:23:38 -07:00
extern-static-size-overflow.stderr TL note: current means target 2024-09-20 10:02:14 -07:00
extern-take-value.rs Allow fn pointers comparisons lint in UI tests 2024-12-02 18:43:37 +01:00
extern-thiscall.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
extern-type-diag-not-similar.rs
extern-type-diag-not-similar.stderr
extern-types-distinct-types.rs
extern-types-distinct-types.stderr
extern-types-field-offset.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
extern-types-field-offset.run.stderr bless tests for changed library path 2024-11-30 11:22:52 +01:00
extern-types-inherent-impl.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
extern-types-manual-sync-send.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
extern-types-not-sync-send.rs
extern-types-not-sync-send.stderr
extern-types-pointer-cast.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
extern-types-size_of_val.align.run.stderr bless tests for changed library path 2024-11-30 11:22:52 +01:00
extern-types-size_of_val.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
extern-types-size_of_val.size.run.stderr bless tests for changed library path 2024-11-30 11:22:52 +01:00
extern-types-thin-pointer.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
extern-types-trait-impl.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
extern-types-unsized.rs
extern-types-unsized.stderr Remove detail from label/note that is already available in other note 2024-10-29 16:26:57 +00:00
extern-vectorcall.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
extern-with-type-bounds.rs remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functions instead 2024-11-08 09:16:00 +01:00
extern-with-type-bounds.stderr remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functions instead 2024-11-08 09:16:00 +01:00
extern-wrong-value-type.rs
extern-wrong-value-type.stderr Use parenthetical notation for Fn traits 2024-05-29 22:26:54 +00:00
issue-1251.rs tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
issue-10025.rs tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
issue-10763.rs tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
issue-10764-rpass.rs tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
issue-13655.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-16250.rs Move some tests 2024-02-09 15:43:08 -03:00
issue-16250.stderr Move some tests 2024-02-09 15:43:08 -03:00
issue-18576.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-18819.rs Move tests 2024-02-13 18:08:25 -03:00
issue-18819.stderr Use ordinal number in argument error 2024-07-14 13:50:09 +09:00
issue-28324.rs Always evaluate free constants and statics, even if previous errors occurred 2024-02-19 22:11:13 +00:00
issue-28324.stderr Always evaluate free constants and statics, even if previous errors occurred 2024-02-19 22:11:13 +00:00
issue-36122-accessing-externed-dst.rs Continue compilation after check_mod_type_wf errors 2024-02-14 11:00:30 +00:00
issue-36122-accessing-externed-dst.stderr Continue compilation after check_mod_type_wf errors 2024-02-14 11:00:30 +00:00
issue-47725.rs Move some tests 2024-02-09 15:43:08 -03:00
issue-47725.stderr Move some tests 2024-02-09 15:43:08 -03:00
issue-64655-allow-unwind-when-calling-panic-directly.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-64655-extern-rust-must-allow-unwind.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-80074.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-80074.stderr exclude unexported macro bindings from extern crate 2024-01-21 20:24:40 +08:00
issue-95829.rs Note what qualifier 2024-10-11 11:30:08 -04:00
issue-95829.stderr Note what qualifier 2024-10-11 11:30:08 -04:00
issue-112363-extern-item-where-clauses-debug-ice.rs
issue-112363-extern-item-where-clauses-debug-ice.stderr Bless tests 2024-01-13 12:46:58 -05:00
issue-116203.rs
issue-116203.stderr Tweak multispan rendering 2024-12-12 23:36:27 +00:00
no-mangle-associated-fn.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
no-mangle-associated-fn.stderr Update tests 2024-02-07 10:42:01 +08:00
not-in-block.rs
not-in-block.stderr