Skip to content

Commit a038e28

Browse files
authored
Rollup merge of #146197 - RalfJung:triagebot-rustc_allow_const_fn_unstable, r=Urgau
triagebot: fix rustc_allow_const_fn_unstable matcher The attribute is used like `#[rustc_allow_const_fn_unstable(const_precise_live_drops)]` so we can't have the final `]` here... r? `@Urgau`
2 parents 60196de + 9c6c5df commit a038e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

triagebot.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1313,7 +1313,7 @@ message = """
13131313
and explores the possible non-determinism of the intrinsic.
13141314
"""
13151315
cc = ["@rust-lang/miri"]
1316-
[mentions."#[rustc_allow_const_fn_unstable]"]
1316+
[mentions."#[rustc_allow_const_fn_unstable"]
13171317
type = "content"
13181318
message = """
13191319
`#[rustc_allow_const_fn_unstable]` needs careful audit to avoid accidentally exposing unstable

0 commit comments

Comments
 (0)