mirror of https://github.com/rust-lang/rust.git
![]() Fix malformed suggestion for E0061 when method is a macro token in macro context fixes #140512 before ```rust 3 - <Self>::$method(8) 3 + <Self>::<Self>::$method(8, /* u8 */) ``` now ```rust 3 | <Self>::$method(8, /* u8 */) | ++++++++++ ``` |
||
---|---|---|
.. | ||
crate-method-reexport-grrrrrrr2.rs | ||
delegate_macro.rs | ||
issue-16822.rs | ||
kinds_in_metadata.rs | ||
msvc-data-only-lib.rs | ||
noexporttypelib.rs | ||
pub-and-stability.rs | ||
svh-a-base.rs | ||
svh-b.rs | ||
typeid-intrinsic-aux1.rs | ||
typeid-intrinsic-aux2.rs |