Skip to content

disable deprecated_self in libsyntax - #5207

Merged
bors merged 3 commits into
rust-lang:incomingfrom
erickt:libsyntax-deprecated-self
Mar 4, 2013
Merged

disable deprecated_self in libsyntax#5207
bors merged 3 commits into
rust-lang:incomingfrom
erickt:libsyntax-deprecated-self

Conversation

@erickt

@erickt erickt commented Mar 2, 2013

Copy link
Copy Markdown
Contributor

This adds an explicit &self to each method in libsyntax, and sets the #[deny(deprecated_self)] in syntax.rc.

@erickt

erickt commented Mar 4, 2013

Copy link
Copy Markdown
Contributor Author

@brson: I rebased this onto HEAD, can you re-review?

bors added a commit that referenced this pull request Mar 4, 2013
This adds an explicit `&self` to each method in libsyntax, and sets the `#[deny(deprecated_self)]` in `syntax.rc`.
@bors bors closed this Mar 4, 2013
@bors
bors merged commit 690caf8 into rust-lang:incoming Mar 4, 2013
@erickt
erickt deleted the libsyntax-deprecated-self branch March 4, 2013 01:35
bors added a commit to rust-lang-ci/rust that referenced this pull request May 2, 2020
Use generator own DefId

Fixes rust-lang#5207

changelog: Fix ICE in `missing_errors_doc`
calebcartwright pushed a commit to calebcartwright/rust that referenced this pull request Mar 30, 2022
* rustfmt: print full error chain

* Add context to get_toml_path() error

Instead of an error like:

```
Permission denied (os error 13)
```

Gives error like:

```
Failed to get metadata for config file "/root/.rustfmt.toml": Permission denied (os error 13)
```
RalfJung added a commit to RalfJung/rust that referenced this pull request Jul 19, 2026
…e-cleanup

Re-do how we handle closing FDs that epoll is watching
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