@@ -32,10 +32,10 @@ pub const DISPLAY_TRAIT: [&str; 3] = ["core", "fmt", "Display"];
3232pub const DOUBLE_ENDED_ITERATOR : [ & str ; 4 ] = [ "core" , "iter" , "traits" , "DoubleEndedIterator" ] ;
3333pub const DROP : [ & str ; 3 ] = [ "core" , "mem" , "drop" ] ;
3434pub const DURATION : [ & str ; 3 ] = [ "core" , "time" , "Duration" ] ;
35- pub const EARLY_CONTEXT : [ & str ; 4 ] = [ "rustc" , "lint" , "context ", "EarlyContext" ] ;
35+ pub const EARLY_CONTEXT : [ & str ; 2 ] = [ "rustc_lint " , "EarlyContext" ] ;
3636pub const EXIT : [ & str ; 3 ] = [ "std" , "process" , "exit" ] ;
37- pub const F32_EPSILON : [ & str ; 2 ] = [ "f32" , "EPSILON" ] ;
38- pub const F64_EPSILON : [ & str ; 2 ] = [ "f64" , "EPSILON" ] ;
37+ pub const F32_EPSILON : [ & str ; 4 ] = [ "core" , " f32" , "<impl f32> ", "EPSILON" ] ;
38+ pub const F64_EPSILON : [ & str ; 4 ] = [ "core" , " f64" , "<impl f64> ", "EPSILON" ] ;
3939pub const FILE : [ & str ; 3 ] = [ "std" , "fs" , "File" ] ;
4040pub const FILE_TYPE : [ & str ; 3 ] = [ "std" , "fs" , "FileType" ] ;
4141pub const FMT_ARGUMENTS_NEW_V1 : [ & str ; 4 ] = [ "core" , "fmt" , "Arguments" , "new_v1" ] ;
@@ -47,7 +47,7 @@ pub const FN_ONCE: [&str; 3] = ["core", "ops", "FnOnce"];
4747pub const FROM_FROM : [ & str ; 4 ] = [ "core" , "convert" , "From" , "from" ] ;
4848pub const FROM_TRAIT : [ & str ; 3 ] = [ "core" , "convert" , "From" ] ;
4949pub const FUTURE_FROM_GENERATOR : [ & str ; 3 ] = [ "core" , "future" , "from_generator" ] ;
50- pub const HASH : [ & str ; 2 ] = [ "hash" , "Hash" ] ;
50+ pub const HASH : [ & str ; 3 ] = [ "core" , "hash" , "Hash" ] ;
5151pub const HASHMAP : [ & str ; 5 ] = [ "std" , "collections" , "hash" , "map" , "HashMap" ] ;
5252pub const HASHMAP_ENTRY : [ & str ; 5 ] = [ "std" , "collections" , "hash" , "map" , "Entry" ] ;
5353pub const HASHSET : [ & str ; 5 ] = [ "std" , "collections" , "hash" , "set" , "HashSet" ] ;
@@ -58,7 +58,7 @@ pub const INTO_ITERATOR: [&str; 5] = ["core", "iter", "traits", "collect", "Into
5858pub const IO_READ : [ & str ; 3 ] = [ "std" , "io" , "Read" ] ;
5959pub const IO_WRITE : [ & str ; 3 ] = [ "std" , "io" , "Write" ] ;
6060pub const ITERATOR : [ & str ; 5 ] = [ "core" , "iter" , "traits" , "iterator" , "Iterator" ] ;
61- pub const LATE_CONTEXT : [ & str ; 4 ] = [ "rustc" , "lint" , "context ", "LateContext" ] ;
61+ pub const LATE_CONTEXT : [ & str ; 2 ] = [ "rustc_lint " , "LateContext" ] ;
6262pub const LINKED_LIST : [ & str ; 4 ] = [ "alloc" , "collections" , "linked_list" , "LinkedList" ] ;
6363pub const LINT : [ & str ; 3 ] = [ "rustc_session" , "lint" , "Lint" ] ;
6464pub const MEM_DISCRIMINANT : [ & str ; 3 ] = [ "core" , "mem" , "discriminant" ] ;
@@ -86,8 +86,8 @@ pub const PATH_BUF_AS_PATH: [&str; 4] = ["std", "path", "PathBuf", "as_path"];
8686pub const PATH_TO_PATH_BUF : [ & str ; 4 ] = [ "std" , "path" , "Path" , "to_path_buf" ] ;
8787pub const POLL : [ & str ; 4 ] = [ "core" , "task" , "poll" , "Poll" ] ;
8888pub const PTR_EQ : [ & str ; 3 ] = [ "core" , "ptr" , "eq" ] ;
89- pub const PTR_NULL : [ & str ; 2 ] = [ "ptr" , "null" ] ;
90- pub const PTR_NULL_MUT : [ & str ; 2 ] = [ "ptr" , "null_mut" ] ;
89+ pub const PTR_NULL : [ & str ; 3 ] = [ "core" , "ptr" , "null" ] ;
90+ pub const PTR_NULL_MUT : [ & str ; 3 ] = [ "core" , "ptr" , "null_mut" ] ;
9191pub const PUSH_STR : [ & str ; 4 ] = [ "alloc" , "string" , "String" , "push_str" ] ;
9292pub const RANGE_ARGUMENT_TRAIT : [ & str ; 3 ] = [ "core" , "ops" , "RangeBounds" ] ;
9393pub const RC : [ & str ; 3 ] = [ "alloc" , "rc" , "Rc" ] ;
@@ -107,7 +107,7 @@ pub const RESULT_ERR: [&str; 4] = ["core", "result", "Result", "Err"];
107107pub const RESULT_OK : [ & str ; 4 ] = [ "core" , "result" , "Result" , "Ok" ] ;
108108pub const RWLOCK_READ_GUARD : [ & str ; 4 ] = [ "std" , "sync" , "rwlock" , "RwLockReadGuard" ] ;
109109pub const RWLOCK_WRITE_GUARD : [ & str ; 4 ] = [ "std" , "sync" , "rwlock" , "RwLockWriteGuard" ] ;
110- pub const SERDE_DESERIALIZE : [ & str ; 2 ] = [ "_serde " , "Deserialize" ] ;
110+ pub const SERDE_DESERIALIZE : [ & str ; 3 ] = [ "serde" , "de ", "Deserialize" ] ;
111111pub const SERDE_DE_VISITOR : [ & str ; 3 ] = [ "serde" , "de" , "Visitor" ] ;
112112pub const SLICE_INTO_VEC : [ & str ; 4 ] = [ "alloc" , "slice" , "<impl [T]>" , "into_vec" ] ;
113113pub const SLICE_ITER : [ & str ; 4 ] = [ "core" , "slice" , "iter" , "Iter" ] ;
0 commit comments