rust/tests/ui/env-macro
Esteban Küber f0b8e13b59 Do not suggest using -Zmacro-backtrace for builtin macros
For macros that are implemented on the compiler, we do *not* mention the `-Zmacro-backtrace` flag. This includes `derive`s and standard macros.
2025-03-14 19:50:03 +00:00
..
env-arg-2-not-string-literal.rs Move option_env! and env! tests to the env-macro directory 2024-03-17 21:59:40 +00:00
env-arg-2-not-string-literal.stderr Move option_env! and env! tests to the env-macro directory 2024-03-17 21:59:40 +00:00
env-env-overload.rs Move option_env! and env! tests to the env-macro directory 2024-03-17 21:59:40 +00:00
env-env.rs Move option_env! and env! tests to the env-macro directory 2024-03-17 21:59:40 +00:00
env-escaped-var.rs Move option_env! and env! tests to the env-macro directory 2024-03-17 21:59:40 +00:00
env-escaped-var.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
env-no-args.rs Move option_env! and env! tests to the env-macro directory 2024-03-17 21:59:40 +00:00
env-no-args.stderr Move option_env! and env! tests to the env-macro directory 2024-03-17 21:59:40 +00:00
env-not-defined-custom.rs Move option_env! and env! tests to the env-macro directory 2024-03-17 21:59:40 +00:00
env-not-defined-custom.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
env-not-defined-default.rs Move option_env! and env! tests to the env-macro directory 2024-03-17 21:59:40 +00:00
env-not-defined-default.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
env-not-env.rs Move option_env! and env! tests to the env-macro directory 2024-03-17 21:59:40 +00:00
env-not-string-literal.rs Move option_env! and env! tests to the env-macro directory 2024-03-17 21:59:40 +00:00
env-not-string-literal.stderr Move option_env! and env! tests to the env-macro directory 2024-03-17 21:59:40 +00:00
env-too-many-args.rs Move option_env! and env! tests to the env-macro directory 2024-03-17 21:59:40 +00:00
env-too-many-args.stderr Move option_env! and env! tests to the env-macro directory 2024-03-17 21:59:40 +00:00
error-recovery-issue-55897.rs Move option_env! and env! tests to the env-macro directory 2024-03-17 21:59:40 +00:00
error-recovery-issue-55897.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
name-whitespace-issue-110547.rs Move option_env! and env! tests to the env-macro directory 2024-03-17 21:59:40 +00:00
name-whitespace-issue-110547.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
option_env-no-args.rs Move option_env! and env! tests to the env-macro directory 2024-03-17 21:59:40 +00:00
option_env-no-args.stderr Move option_env! and env! tests to the env-macro directory 2024-03-17 21:59:40 +00:00
option_env-not-defined.rs Move option_env! and env! tests to the env-macro directory 2024-03-17 21:59:40 +00:00
option_env-not-string-literal.rs Move option_env! and env! tests to the env-macro directory 2024-03-17 21:59:40 +00:00
option_env-not-string-literal.stderr Move option_env! and env! tests to the env-macro directory 2024-03-17 21:59:40 +00:00
option_env-too-many-args.rs Move option_env! and env! tests to the env-macro directory 2024-03-17 21:59:40 +00:00
option_env-too-many-args.stderr Move option_env! and env! tests to the env-macro directory 2024-03-17 21:59:40 +00:00