rust/compiler/rustc_middle
Nicholas Nethercote 566cdab16d Clarify value_path_str_with_args.
The use of `print_value_path` means the value namespace is always used
and the `guess_def_namespace` call is unnecessary. This commit removes
the `guess_def_namespace` call and hard-codes `ValueNS`. It also changes
the `print_value_path` to `print_def_path` for consistency with
`def_path_str_with_args`.
2025-08-05 19:11:37 +10:00
..
2025-08-05 19:11:37 +10:00
2025-07-31 14:19:27 +02:00

For more information about how rustc works, see the rustc dev guide.