You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The span should actually get fixed by #9525 (sorry about that!), but there should be a NOTE accompanying the error saying why, are you not seeing the note?
rustc_tool_utils: bump version in anticipation of a new release
cc rust-lang/rust-clippy#9553
After this is merged, I will publish the 0.2.1 version to crates.io, and make another PR that switches clippy to use the dependency from crates.io.
The source can still be kept in the clippy repo though imo.
This will allow miri and clippy to "share" the crate in the rustc repo once they both depend on it.
reopen of rust-lang#9561
changelog: release `rustc_tools_util` on `Crates.io`.
impl Foo for Bar;
fails with
error: obsolete syntax: empty implementation
and the span points to the next item not the empty impl.
Why not specifically say what the new syntax is?
cc @alexcrichton
The text was updated successfully, but these errors were encountered: