Skip to content

Commit 575bf3b

Browse files
committed
Auto merge of #124694 - compiler-errors:rollup-pfou5uu, r=compiler-errors
Rollup of 8 pull requests Successful merges: - #124418 (Use a proof tree visitor to refine the `Obligation` for error reporting in new solver) - #124480 (Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...`) - #124648 (Trim crate graph) - #124656 (release notes 1.78: add link to interior-mut breaking change) - #124658 (Migrate `run-make/doctests-keep-binaries` to new rmake.rs format) - #124678 (Stabilize `split_at_checked`) - #124681 (zkvm: fix run_tests) - #124687 (Make `Bounds.clauses` private) r? `@ghost` `@rustbot` modify labels: rollup
2 parents 68e3d0f + 216cc5c commit 575bf3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: crates/hir-def/src/attr/builtin.rs

-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ pub const INERT_ATTRIBUTES: &[BuiltinAttribute] = &[
207207
),
208208

209209
// Entry point:
210-
gated!(unix_sigpipe, Normal, template!(Word, NameValueStr: "inherit|sig_ign|sig_dfl"), ErrorFollowing, experimental!(unix_sigpipe)),
211210
ungated!(start, Normal, template!(Word), WarnFollowing),
212211
ungated!(no_start, CrateLevel, template!(Word), WarnFollowing),
213212
ungated!(no_main, CrateLevel, template!(Word), WarnFollowing),

0 commit comments

Comments
 (0)