-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only enable assert_dep_graph when query-dep-graph is enabled. #83313
Conversation
Thanks for the PR, @cjgillot! We still need to solve the problem with incr. comp. tests. If we merge this in the current form, any incr. comp. test that forgets to explicitly add What's a good way to avoid that? |
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice -- thank you, @cjgillot!
r=me with that stray comment fixed.
@@ -1012,6 +1018,19 @@ impl CheckAttrVisitor<'tcx> { | |||
} | |||
} | |||
|
|||
/// Checks if `#[rustc_legacy_const_generics]` is applied to a function and has a valid argument. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This comment seems to be out of place.
@bors r=michaelwoerister |
📌 Commit 2ce044a218350fee21691ee7689838a0bcd6093b has been approved by |
@bors r=michaelwoerister |
📌 Commit 31447f6 has been approved by |
Only enable assert_dep_graph when query-dep-graph is enabled. This is a debugging option. The only effect should be on rustc tests. r? `@michaelwoerister`
Only enable assert_dep_graph when query-dep-graph is enabled. This is a debugging option. The only effect should be on rustc tests. r? `@michaelwoerister`
Rollup of 9 pull requests Successful merges: - rust-lang#83051 (Sidebar trait items order) - rust-lang#83313 (Only enable assert_dep_graph when query-dep-graph is enabled.) - rust-lang#83353 (Add internal io::Error::new_const to avoid allocations.) - rust-lang#83391 (Allow not emitting `uwtable` on Android) - rust-lang#83392 (Change `-W help` to display edition level.) - rust-lang#83393 (Codeblock tooltip position) - rust-lang#83399 (rustdoc: Record crate name instead of using `None`) - rust-lang#83405 (Slight visual improvements to warning boxes in the docs) - rust-lang#83415 (Remove unnecessary `Option` wrapping around `Crate.module`) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
This is a debugging option. The only effect should be on rustc tests.
r? @michaelwoerister