-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Consider inner modules to be local in the non_local_definitions
lint
#124539
Conversation
rustbot has assigned @compiler-errors. Use |
r? lcnr |
@bors r+ rollup |
☀️ Test successful - checks-actions |
Finished benchmarking commit (378a43a): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. 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. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 673.742s -> 672s (-0.26%) |
[beta] backports - Consider inner modules to be local in the `non_local_definitions` lint rust-lang#124539 - Fix bootstrap panic when build from tarball rust-lang#124668 r? cuviper
This PR implements the proposed fix for #124396, that is to consider inner modules to be local in the
non_local_definitions
lint.This PR is voluntarily kept as minimal as possible so it can be backported easily.
T-lang nomination will need to be removed before this can be merged.Fixes (nearly, needs backport) #124396