rust/tests/ui/consts/required-consts
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
..
collect-in-called-fn.noopt.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
collect-in-called-fn.opt.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
collect-in-called-fn.rs explicitly set opt-level=0 2024-03-20 11:07:12 +01:00
collect-in-dead-closure.noopt.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
collect-in-dead-closure.opt.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
collect-in-dead-closure.rs explicitly set opt-level=0 2024-03-20 11:07:12 +01:00
collect-in-dead-drop.noopt.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
collect-in-dead-drop.opt.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
collect-in-dead-drop.rs explicitly set opt-level=0 2024-03-20 11:07:12 +01:00
collect-in-dead-fn-behind-assoc-type.noopt.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
collect-in-dead-fn-behind-assoc-type.opt.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
collect-in-dead-fn-behind-assoc-type.rs make sure we don't inline these generic fn as that could monomorphize them 2024-03-21 09:05:47 +01:00
collect-in-dead-fn-behind-generic.noopt.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
collect-in-dead-fn-behind-generic.opt.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
collect-in-dead-fn-behind-generic.rs make sure we don't inline these generic fn as that could monomorphize them 2024-03-21 09:05:47 +01:00
collect-in-dead-fn-behind-opaque-type.noopt.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
collect-in-dead-fn-behind-opaque-type.opt.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
collect-in-dead-fn-behind-opaque-type.rs Implement #[define_opaque] attribute for functions. 2025-03-11 12:05:02 +00:00
collect-in-dead-fn.noopt.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
collect-in-dead-fn.opt.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
collect-in-dead-fn.rs explicitly set opt-level=0 2024-03-20 11:07:12 +01:00
collect-in-dead-fnptr-in-const.noopt.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
collect-in-dead-fnptr-in-const.opt.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
collect-in-dead-fnptr-in-const.rs explicitly set opt-level=0 2024-03-20 11:07:12 +01:00
collect-in-dead-fnptr.noopt.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
collect-in-dead-fnptr.opt.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
collect-in-dead-fnptr.rs explicitly set opt-level=0 2024-03-20 11:07:12 +01:00
collect-in-dead-forget.rs explicitly set opt-level=0 2024-03-20 11:07:12 +01:00
collect-in-dead-move.noopt.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
collect-in-dead-move.opt.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
collect-in-dead-move.rs explicitly set opt-level=0 2024-03-20 11:07:12 +01:00
collect-in-dead-vtable.noopt.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
collect-in-dead-vtable.opt.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
collect-in-dead-vtable.rs explicitly set opt-level=0 2024-03-20 11:07:12 +01:00
collect-in-promoted-const.noopt.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
collect-in-promoted-const.opt.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
collect-in-promoted-const.rs properly fill a promoted's required_consts 2024-04-23 23:02:54 +02:00
interpret-in-const-called-fn.noopt.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
interpret-in-const-called-fn.opt.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
interpret-in-const-called-fn.rs explicitly set opt-level=0 2024-03-20 11:07:12 +01:00
interpret-in-promoted.noopt.stderr Shorten span of panic failures in const context 2025-02-28 16:28:41 +00:00
interpret-in-promoted.opt.stderr Shorten span of panic failures in const context 2025-02-28 16:28:41 +00:00
interpret-in-promoted.rs Shorten span of panic failures in const context 2025-02-28 16:28:41 +00:00
interpret-in-static.noopt.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
interpret-in-static.opt.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
interpret-in-static.rs explicitly set opt-level=0 2024-03-20 11:07:12 +01:00