rust/tests/ui/inline-const
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
..
break-inside-inline-const-issue-128604.rs
break-inside-inline-const-issue-128604.stderr
collect-scopes-in-pat.rs Fix test directives that were accidentally ignored 2025-02-27 13:22:16 +00:00
const-block-pat-liveness.rs tests: ui/inline-consts: add issue number to a test, rename other tests from a_b_c to a-b-c 2024-11-16 13:09:10 +01:00
const-expr-array-init.rs
const-expr-basic.rs
const-expr-generic-err.rs
const-expr-generic-err.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
const-expr-generic-err2.rs
const-expr-generic-err2.stderr
const-expr-generic.rs
const-expr-inference.rs
const-expr-lifetime-err.rs
const-expr-lifetime-err.stderr best_blame_constraint: don't filter constraints by sup SCC 2025-01-06 16:08:29 -08:00
const-expr-lifetime.rs
const-expr-macro.rs
const-expr-reference.rs
const-match-pat-generic.rs review comments: reword messages and simplify logic 2024-12-04 20:49:05 +00:00
const-match-pat-generic.stderr review comments: reword messages and simplify logic 2024-12-04 20:49:05 +00:00
const-match-pat-inference.rs
const-match-pat-lifetime-err.rs
const-match-pat-lifetime-err.stderr best_blame_constraint: don't filter constraints by sup SCC 2025-01-06 16:08:29 -08:00
const-match-pat-lifetime.rs
const-match-pat-range.rs
const-match-pat.rs
cross-const-control-flow-125846.rs tests: ui/inline-consts: add issue number to a test, rename other tests from a_b_c to a-b-c 2024-11-16 13:09:10 +01:00
cross-const-control-flow-125846.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
elided-lifetime-being-infer-vars.rs
expr-unsafe-err.rs
expr-unsafe-err.stderr
expr-unsafe.rs
expr-unsafe.stderr
expr-with-block-err.rs
expr-with-block-err.stderr
expr-with-block.rs
instance-doesnt-depend-on-type.rs
interpolated.rs
macro-with-const.rs
pat-match-fndef.rs
pat-match-fndef.stderr Specify type kind of constant that can't be used in patterns 2024-12-04 20:29:36 +00:00
pat-unsafe-err.rs
pat-unsafe-err.stderr
pat-unsafe.rs
pat-unsafe.stderr
promotion.rs
promotion.stderr
referencing-local-variables.rs tests: ui/inline-consts: add issue number to a test, rename other tests from a_b_c to a-b-c 2024-11-16 13:09:10 +01:00
referencing-local-variables.stderr tests: ui/inline-consts: add issue number to a test, rename other tests from a_b_c to a-b-c 2024-11-16 13:09:10 +01:00
required-const.rs
required-const.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
uninit-local.rs tests: ui/inline-consts: add issue number to a test, rename other tests from a_b_c to a-b-c 2024-11-16 13:09:10 +01:00
uninit-local.stderr tests: ui/inline-consts: add issue number to a test, rename other tests from a_b_c to a-b-c 2024-11-16 13:09:10 +01:00
using-late-bound-from-closure.rs
using-late-bound-from-closure.stderr