-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Enable x.py check
for miri
#102950
Enable x.py check
for miri
#102950
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
r? @RalfJung Was this the thing that caused doc failures? We might have to add that recursion limit attribute the error message was talking about... |
@bors r=RalfJung |
Enable `x.py check` for miri Now that the miri subtree is working properly, let's add it to x.py check. cc `@rust-lang/miri`
@bors r=RalfJung |
Enable `x.py check` for miri Now that the miri subtree is working properly, let's add it to x.py check. cc `@rust-lang/miri`
Enable `x.py check` for miri Now that the miri subtree is working properly, let's add it to x.py check. cc ``@rust-lang/miri``
library: allow some unused things in Miri Should help for rust-lang#102950.
All right, time for another attempt. |
⌛ Testing commit f882309 with merge f46c1c5f28a0c1abeaf463951b7fe17eb40d5b26... |
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
Ah, that error is back
No idea why this occurs here, when actually generating the documentation for https://doc.rust-lang.org/nightly/nightly-rustc/miri/index.html works perfectly fine. But maybe we should just add that attribute? A lot of rustc crates seem to have it, too, possibly for the same reason. |
That seems reasonable. Bootstrap documents compiler crates with -Znormalize-docs so it doesn't surprise me that rustdoc hits the type length limit sooner than when rustc builds the crate. |
The Miri subtree was changed cc @rust-lang/miri |
Okay, let's do that then -- I pushed it to this PR. |
☀️ Test successful - checks-actions |
Finished benchmarking commit (024207a): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesThis benchmark run did not return any relevant results for this metric. |
Enable `x.py check` for miri Now that the miri subtree is working properly, let's add it to x.py check. cc `@rust-lang/miri`
library: allow some unused things in Miri Should help for rust-lang/rust#102950.
Now that the miri subtree is working properly, let's add it to x.py check.
cc @rust-lang/miri