We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff8fb9 commit 369f360Copy full SHA for 369f360
src/librustc/traits/auto_trait.rs
@@ -9,6 +9,7 @@ use crate::ty::fold::TypeFolder;
9
use crate::ty::{Region, RegionVid};
10
11
use rustc_data_structures::fx::{FxHashMap, FxHashSet};
12
+use syntax::ast;
13
14
use std::collections::hash_map::Entry;
15
use std::collections::VecDeque;
0 commit comments