Uh oh!
There was an error while loading. Please reload this page.
Do not consider using a semicolon inside of a different-crate macro - #82090
Conversation
rust-highfive
commented
Feb 14, 2021
(rust-highfive has picked a reviewer for you, use r? to override) |
0270628 to
0cc6d2eCompare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
petrochenkov
commented
Feb 14, 2021
r? @estebank |
15bf848 to
ba6c648Compareestebank
commented
Feb 22, 2021
@bors r+ |
bors
commented
Feb 22, 2021
📌 Commit ba6c648 has been approved by |
…n-here, r=estebank Do not consider using a semicolon inside of a different-crate macro Fixesrust-lang#81943
Dylan-DPC-zz
commented
Feb 23, 2021
failed in rollup |
Dylan-DPC-zz
commented
Feb 23, 2021
@bors r- |
ba6c648 to
b6a4e6bComparenotriddle
commented
Feb 23, 2021
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 |
notriddle
commented
Feb 23, 2021
@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.
estebank
commented
Feb 23, 2021
|
b6a4e6b to
de6f1b8Comparenotriddle
commented
Feb 23, 2021
Okay, I've set up a commit hook for tidy. That should be the last of these sorts of errors. |
estebank
commented
Feb 24, 2021
@bors r+ |
bors
commented
Feb 24, 2021
📌 Commit de6f1b8 has been approved by |
…n-here, r=estebank Do not consider using a semicolon inside of a different-crate macro Fixesrust-lang#81943
…n-here, r=estebank Do not consider using a semicolon inside of a different-crate macro Fixesrust-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