Warn when [T; N].into_iter() is ambiguous in the new edition.
This commit is contained in:
parent
13edc17f65
commit
336f31432d
4 changed files with 26 additions and 5 deletions
|
@ -62,6 +62,8 @@ mod traits;
|
|||
mod types;
|
||||
mod unused;
|
||||
|
||||
pub use array_into_iter::ARRAY_INTO_ITER;
|
||||
|
||||
use rustc_ast as ast;
|
||||
use rustc_hir as hir;
|
||||
use rustc_hir::def_id::LocalDefId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue