rust/tests/ui/extern-flag
bjorn3 fcb718b25f Fix function signature for rust_eh_personality
While cg_llvm is very lax about mismatched function signatures, cg_clif
will crash when there is any mismatch. It could be turned into an error,
but without Cranelift changes can't just be ignored.
2025-06-24 09:06:49 +00:00
..
auxiliary Fix function signature for rust_eh_personality 2025-06-24 09:06:49 +00:00
empty-extern-arg.rs compiletest: Require //~ annotations even if error-pattern is specified 2025-04-03 11:08:55 +03:00
empty-extern-arg.stderr Inject compiler_builtins during postprocessing rather than via AST 2025-02-21 17:37:03 +00:00
force-extern.rs
invalid-crate-name-dashed.rs UI tests: migrate remaining compile time error-patterns to line annotations 2025-04-13 21:48:53 +03:00
invalid-crate-name-dashed.stderr
invalid-crate-name-non-ascii.rs compiletest: Require //~ annotations even if error-pattern is specified 2025-04-03 11:08:55 +03:00
invalid-crate-name-non-ascii.stderr
invalid-crate-name.rs compiletest: Require //~ annotations even if error-pattern is specified 2025-04-03 11:08:55 +03:00
invalid-crate-name.stderr
multiple-opts.rs
multiple-opts.stderr Reword "crate not found" resolve message 2025-01-24 01:19:50 +00:00
no-force-extern.rs compiletest: Require //~ annotations even if error-pattern is specified 2025-04-03 11:08:55 +03:00
no-nounused.rs Spruce up the diagnostics of some early lints 2024-06-03 07:25:32 +02:00
no-nounused.stderr Spruce up the diagnostics of some early lints 2024-06-03 07:25:32 +02:00
noprelude-and-prelude.rs
noprelude-resolves.rs
noprelude.rs
noprelude.stderr Reword "crate not found" resolve message 2025-01-24 01:19:50 +00:00
nounused.rs
public-and-private.rs
public-and-private.stderr
redundant-force-extern.rs