review comments
This commit is contained in:
parent
ae0e3d0511
commit
88f5e110db
55 changed files with 133 additions and 132 deletions
|
@ -54,7 +54,7 @@ pub fn report_object_safety_error(
|
|||
"the trait `{}` cannot be made into an object",
|
||||
trait_str
|
||||
);
|
||||
err.span_label(span, format!("the trait `{}` cannot be made into an object", trait_str));
|
||||
err.span_label(span, format!("`{}` cannot be made into an object", trait_str));
|
||||
|
||||
let mut reported_violations = FxHashSet::default();
|
||||
let mut multi_span = vec![];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue