-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
emacs rust-mode.el: "file:line-num" output does not work with "note:" #11128
Comments
part of #8793 |
This may be fixed, at least, the following set-up allows me to jump to the right place from inside the // Cargo.toml
[project]
name = "11128"
version = "0.0.0"
authors = []
[dependencies.compile_msg]
git = "https://github.com/huonw/compile_msg"
and I can jump to exactly that line by pressing enter while hovering over it. This may not be an exact reproduction of the issues here, which I why I'm not closing it. Opinion, @pnkfelix? |
Moved to rust-lang/rust-mode#7 |
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Jul 14, 2023
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Jul 14, 2023
[significant_drop_tightening] Fix rust-lang#11128 Fix rust-lang#11128 ``` changelog: [`significant_drop_tightening`]: Consider manual alias of the `drop` function. ```
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The problem described in #6887 is afflicting rustc's "note:" output, probably because the regexp added in 521fb04 only has cases for "error:" and "warning:", not "note:".
The text was updated successfully, but these errors were encountered: