mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
3e78eac206
Fix try_print_visible_def_path for Rust 2018 The recursive check of `try_print_visible_def_path` did not properly handle the Rust 2018 case of crate-paths without 'extern crate'. Instead, it returned a "not found" via (false, self). This fixes #56175.