- 
                Notifications
    You must be signed in to change notification settings 
- Fork 13.9k
Closed
Labels
A-diagnosticsArea: Messages for errors, warnings, and lintsArea: Messages for errors, warnings, and lints
Description
From: src/test/compile-fail/E0445.rs
E0445 needs a span_label, updating it from:
error[E0445]: private trait in public interface
  --> src/test/compile-fail/E0445.rs:15:17
   |
15 | pub trait Bar : Foo {} //~ ERROR E0445
   |                 ^^^
To:
error[E0445]: private trait in public interface
  --> src/test/compile-fail/E0445.rs:15:17
   |
15 | pub trait Bar : Foo {} //~ ERROR E0445
   |                 ^^^ private trait can't be public
Metadata
Metadata
Assignees
Labels
A-diagnosticsArea: Messages for errors, warnings, and lintsArea: Messages for errors, warnings, and lints