Skip to content

use def_path_str for missing_debug_impls message - #68844

Merged
bors merged 1 commit into
rust-lang:masterfrom
euclio:debug-impl-def-path
Feb 6, 2020
Merged

use def_path_str for missing_debug_impls message#68844
bors merged 1 commit into
rust-lang:masterfrom
euclio:debug-impl-def-path

Conversation

@euclio

Copy link
Copy Markdown
Contributor

The lint message will now use the full, correct path to the Debug
trait, even in no_std.

The lint message will now use the full, correct path to the `Debug`
trait, even in `no_std`.
@rust-highfive

Copy link
Copy Markdown
Contributor

r? @petrochenkov

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Feb 5, 2020
@petrochenkov

Copy link
Copy Markdown
Contributor

@bors r+ rollup

@bors

bors commented Feb 5, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit c0a110f has been approved by petrochenkov

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Feb 5, 2020
Dylan-DPC-zz pushed a commit to Dylan-DPC-zz/rust that referenced this pull request Feb 6, 2020
…chenkov
use def_path_str for missing_debug_impls message
The lint message will now use the full, correct path to the `Debug`
trait, even in `no_std`.
bors added a commit that referenced this pull request Feb 6, 2020
Rollup of 9 pull requests
Successful merges:
- #68691 (Remove `RefCell` usage from `ObligationForest`.)
- #68751 (Implement `unused_parens` for `const` and `static` items)
- #68788 (Towards unified `fn` grammar)
- #68837 (Make associated item collection a query)
- #68842 (or_patterns: add regression test for #68785)
- #68844 (use def_path_str for missing_debug_impls message)
- #68845 (stop using BytePos for computing spans in librustc_parse/parser/mod.rs)
- #68869 (clean up E0271 explanation)
- #68880 (Forbid using `0` as issue number)
Failed merges:
r? @ghost
@bors
bors merged commit c0a110f into rust-lang:masterFeb 6, 2020
@euclio
euclio deleted the debug-impl-def-path branch February 6, 2020 20:36
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@euclio@rust-highfive@petrochenkov@bors