]> git.lizzy.rs Git - rust.git/commitdiff
Merge #5377
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Tue, 14 Jul 2020 15:46:01 +0000 (15:46 +0000)
committerGitHub <noreply@github.com>
Tue, 14 Jul 2020 15:46:01 +0000 (15:46 +0000)
5377: Fix classify_name_ref on multi-path macro calls r=matklad a=jonas-schievink

Previously, "go to definition" on `log<|>::info!(...)` would go to the `info!` macro, not to the `log` crate. This fixes that.

Co-authored-by: Jonas Schievink <jonas.schievink@ferrous-systems.com>

Trivial merge