We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66f8f7b + 134566d commit 538a9f2Copy full SHA for 538a9f2
1 file changed
crates/hir-def/src/attr/builtin.rs
@@ -207,7 +207,6 @@ pub const INERT_ATTRIBUTES: &[BuiltinAttribute] = &[
207
),
208
209
// Entry point:
210
- gated!(unix_sigpipe, Normal, template!(Word, NameValueStr: "inherit|sig_ign|sig_dfl"), ErrorFollowing, experimental!(unix_sigpipe)),
211
ungated!(start, Normal, template!(Word), WarnFollowing),
212
ungated!(no_start, CrateLevel, template!(Word), WarnFollowing),
213
ungated!(no_main, CrateLevel, template!(Word), WarnFollowing),
0 commit comments