Skip to content

Commit 9c6c5df

Browse files
committed
triagebot: fix rustc_allow_const_fn_unstable matcher
1 parent 79bdc62 commit 9c6c5df

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)