-
Notifications
You must be signed in to change notification settings - Fork 13k
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
placement box #11779
Comments
Accepted for 1.0, P-backcompat-lang. |
Nominating for removal from 1.0 because I believe this is satisfactorily complete for 1.0. |
Lowering priority to P-high, instead of backcompat-lang. |
cc #18233 |
We do not necessarily need to implement this for 1.0-beta, but we need to at least decide on what our 1.0 story will be before then. Nominating for -beta. |
Filing as 1.0-beta to ensure we make a decision about what backwards compatibility story is here |
cc me |
Assigning to felix as he's been working on this. |
removing from 1.0 milestone. ( |
this issue has been superceded by #27779 as far as I can tell, let me know if it should still be open for some reason. |
[`mod_module_files`] Don't emit lint for mod.rs in tests fixes: rust-lang#11775 current state: indiscriminately emits the lint for mod files in tests. The following ``` tests/ common/ mod.rs test.rs ``` is a common pattern for code shared across the tests and is suggested in the rust book. The change adds an additional check to verify that the mod file is not in tests. changelog: Fix [`mod_module_files`]: false positive for mod files in tests folder
I don't see an issue for our new heap construction syntax. Nominating.
The text was updated successfully, but these errors were encountered: