mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-16 02:24:35 +00:00
Use backticks to delineate paths/identifiers
This commit is contained in:
parent
be82449a9a
commit
2210d2d5d5
@ -2505,8 +2505,8 @@ pub impl Resolver {
|
||||
*segment_name));
|
||||
return Failed;
|
||||
}
|
||||
self.session.span_err(span, fmt!("unresolved import: could not find %s in %s.",
|
||||
*segment_name, module_name));
|
||||
self.session.span_err(span, fmt!("unresolved import: could not find `%s` in \
|
||||
`%s`.", *segment_name, module_name));
|
||||
return Failed;
|
||||
}
|
||||
Indeterminate => {
|
||||
|
Loading…
Reference in New Issue
Block a user