New lint: dangling_pointers_from_temporaries
This commit is contained in:
parent
81d6652e74
commit
c69894eaec
33 changed files with 1093 additions and 128 deletions
|
@ -171,6 +171,7 @@ symbols! {
|
|||
CallOnceFuture,
|
||||
CallRefFuture,
|
||||
Capture,
|
||||
Cell,
|
||||
Center,
|
||||
Cleanup,
|
||||
Clone,
|
||||
|
@ -409,6 +410,7 @@ symbols! {
|
|||
arm,
|
||||
arm_target_feature,
|
||||
array,
|
||||
as_mut_ptr,
|
||||
as_ptr,
|
||||
as_ref,
|
||||
as_str,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue