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

remove trailing whitespaces in missing spans #3453

Merged
merged 1 commit into from
Mar 17, 2019

Conversation

scampi
Copy link
Contributor

@scampi scampi commented Mar 16, 2019

Close #3423

@scampi
Copy link
Contributor Author

scampi commented Mar 16, 2019

Build failures are unrelated to the PR.

Clippy fails to compile:

error[E0433]: failed to resolve: could not find `item_path` in `ty`
   --> clippy_lints/src/utils/mod.rs:105:10
    |
105 | impl ty::item_path::ItemPathBuffer for AbsolutePathBuffer {
    |          ^^^^^^^^^ could not find `item_path` in `ty`
error[E0433]: failed to resolve: could not find `item_path` in `ty`
   --> clippy_lints/src/utils/mod.rs:106:33
    |
106 |     fn root_mode(&self) -> &ty::item_path::RootMode {
    |                                 ^^^^^^^^^ could not find `item_path` in `ty`
error[E0433]: failed to resolve: could not find `item_path` in `ty`
   --> clippy_lints/src/utils/mod.rs:107:30
    |
107 |         const ABSOLUTE: &ty::item_path::RootMode = &ty::item_path::RootMode::Absolute;
    |                              ^^^^^^^^^ could not find `item_path` in `ty`
error[E0433]: failed to resolve: could not find `item_path` in `ty`
   --> clippy_lints/src/utils/mod.rs:107:57
    |
107 |         const ABSOLUTE: &ty::item_path::RootMode = &ty::item_path::RootMode::Absolute;
    |                                                         ^^^^^^^^^ could not find `item_path` in `ty`
error: aborting due to 4 previous errors

and Cargo fails on a test which seems to have been occurring for a while rust-lang/cargo#6258.

@topecongiro topecongiro merged commit ad6d898 into rust-lang:master Mar 17, 2019
@topecongiro
Copy link
Contributor

Thanks!

@scampi scampi deleted the issue-3423 branch March 17, 2019 09:42
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.

None yet

2 participants