-
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
Do not consider using a semicolon inside of a different-crate macro #82090
Do not consider using a semicolon inside of a different-crate macro #82090
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
0270628
to
0cc6d2e
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
r? @estebank |
15bf848
to
ba6c648
Compare
@bors r+ |
📌 Commit ba6c648 has been approved by |
…n-here, r=estebank Do not consider using a semicolon inside of a different-crate macro Fixes rust-lang#81943
failed in rollup |
@bors r- |
ba6c648
to
b6a4e6b
Compare
Okay, I've rebased onto master, and also made the test slightly more robust (it uses its own macro, instead of using @rustbot -S-waiting-on-author +S-waiting-on-review |
@rustbot modify labels: -S-waiting-on-author +S-waiting-on-review |
I know that's technically a different bug (doesn't have anything to do with macros at all), but if you apply that suggestion, you get a syntax error |
This comment has been minimized.
This comment has been minimized.
|
b6a4e6b
to
de6f1b8
Compare
Okay, I've set up a commit hook for tidy. That should be the last of these sorts of errors. |
@bors r+ |
📌 Commit de6f1b8 has been approved by |
…n-here, r=estebank Do not consider using a semicolon inside of a different-crate macro Fixes rust-lang#81943
…n-here, r=estebank Do not consider using a semicolon inside of a different-crate macro Fixes rust-lang#81943
Rollup of 16 pull requests Successful merges: - rust-lang#75807 (Convert core/num/mod.rs to intra-doc links) - rust-lang#80534 (Use #[doc = include_str!()] in std) - rust-lang#80553 (Add an impl of Error on `Arc<impl Error>`.) - rust-lang#81167 (Make ptr::write const) - rust-lang#81575 (rustdoc: Name fields of `ResolutionFailure::WrongNamespace`) - rust-lang#81713 (Account for associated consts in the "unstable assoc item name colission" lint) - rust-lang#82078 (Make char and u8 methods const) - rust-lang#82087 (Fix ICE caused by suggestion with no code substitutions) - rust-lang#82090 (Do not consider using a semicolon inside of a different-crate macro) - rust-lang#82213 (Slices for vecs) - rust-lang#82214 (Remove redundant to_string calls) - rust-lang#82220 (fix the false 'defined here' messages) - rust-lang#82313 (Update normalize.css to 8.0.1) - rust-lang#82321 (AST: Remove some unnecessary boxes) - rust-lang#82364 (Improve error msgs when found type is deref of expected) - rust-lang#82514 (Update Clippy) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fixes #81943