rust/tests/ui/inline-const
Matthew Jasper dc3d428a8a Make THIR unused_unsafe lint consistent with MIR
Updates THIR behavior to match the changes from #93678
2023-10-25 10:10:13 +00:00
..
const-expr-array-init.rs
const-expr-basic.rs
const-expr-generic-err.rs
const-expr-generic-err.stderr
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
const-expr-lifetime.rs
const-expr-macro.rs
const-expr-reference.rs
const-match-pat-generic.rs
const-match-pat-generic.stderr
const-match-pat-inference.rs
const-match-pat-lifetime-err.rs
const-match-pat-lifetime.rs
const-match-pat-range.rs
const-match-pat.rs
elided-lifetime-being-infer-vars.rs
expr-unsafe-err.mir.stderr
expr-unsafe-err.rs
expr-unsafe-err.thir.stderr
expr-unsafe.mir.stderr
expr-unsafe.rs
expr-unsafe.thir.stderr Make THIR unused_unsafe lint consistent with MIR 2023-10-25 10:10:13 +00:00
expr-with-block-err.rs
expr-with-block-err.stderr
expr-with-block.rs
instance-doesnt-depend-on-type.rs Don't use type_of to determine if item has intrinsic shim 2023-08-09 20:00:38 +00:00
interpolated.rs
macro-with-const.rs
pat-match-fndef.rs Deny FnDef in patterns 2023-08-15 04:03:04 +00:00
pat-match-fndef.stderr Deny FnDef in patterns 2023-08-15 04:03:04 +00:00
pat-unsafe-err.rs Fix inline const pattern unsafety checking in THIR 2023-10-16 15:57:59 +00:00
pat-unsafe-err.thir.stderr Fix inline const pattern unsafety checking in THIR 2023-10-16 15:57:59 +00:00
pat-unsafe.rs Fix inline const pattern unsafety checking in THIR 2023-10-16 15:57:59 +00:00
pat-unsafe.thir.stderr Make THIR unused_unsafe lint consistent with MIR 2023-10-25 10:10:13 +00:00
promotion.rs Prevent promotion of const fn calls in inline consts 2023-09-21 09:00:22 +00:00
promotion.stderr Prevent promotion of const fn calls in inline consts 2023-09-21 09:00:22 +00:00
required-const.rs Add a test to check that inline const is in required_consts 2023-08-18 17:07:07 +01:00
required-const.stderr Add a test to check that inline const is in required_consts 2023-08-18 17:07:07 +01:00