Use unnamed lifetime spans as primary spans for MISMATCHED_LIFETIME_SYNTAXES
#173166
Annotations
10 errors
run the build
writing `&String` instead of `&str` involves a new object where a slice will do
|
run the build
writing `&Vec` instead of `&[_]` involves a new object where a slice will do
|
run the build
writing `&Vec` instead of `&[_]` involves a new object where a slice will do
|
run the build
writing `&mut PathBuf` instead of `&mut Path` involves a new object where a slice will do
|
run the build
writing `&PathBuf` instead of `&Path` involves a new object where a slice will do
|
run the build
writing `&mut String` instead of `&mut str` involves a new object where a slice will do
|
run the build
writing `&String` instead of `&str` involves a new object where a slice will do
|
run the build
writing `&mut Vec` instead of `&mut [_]` involves a new object where a slice will do
|
run the build
writing `&mut Vec` instead of `&mut [_]` involves a new object where a slice will do
|
run the build
writing `&Vec` instead of `&[_]` involves a new object where a slice will do
|
Loading