Skip to content
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

disable deprecated_self in libsyntax #5207

Merged
merged 3 commits into from
Mar 4, 2013

Conversation

erickt
Copy link
Contributor

@erickt erickt commented Mar 2, 2013

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

@erickt
Copy link
Contributor Author

erickt commented Mar 4, 2013

@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)
```
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