Skip to content

Conversation

sfackler
Copy link
Member

@sfackler sfackler commented Nov 2, 2013

A private module will survive the strip-private pass if it contains
trait implementations, which aren't stripped until a separate pass in
render.

A private module will survive the strip-private pass if it contains
trait implementations, which aren't stripped until a separate pass in
render.
bors added a commit that referenced this pull request Nov 2, 2013
A private module will survive the strip-private pass if it contains
trait implementations, which aren't stripped until a separate pass in
render.
@bors bors closed this Nov 2, 2013
@bors bors merged commit ea9432e into rust-lang:master Nov 2, 2013
@sfackler sfackler deleted the private-module branch November 2, 2013 17:49
flip1995 pushed a commit to flip1995/rust that referenced this pull request Mar 10, 2023
Migrate `write.rs` to `rustc_ast::FormatArgs`

changelog: none

Part 1 of rust-lang#10233

The additions to `clippy_utils` are the main novelty of this PR, there's no removals yet since other parts still rely on `FormatArgsExpn`

The changes to `write.rs` itself are relatively straightforward this time around, as there's no lints in it that rely on type checking format params

r? `@flip1995`
flip1995 pushed a commit to flip1995/rust that referenced this pull request Apr 6, 2023
…earth

Replace remaining usage of `FormatArgsExpn`

Closes rust-lang#10233

Removes `FormatArgsExpn` & friends now that they're unused

changelog: none

r? `@Manishearth`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants