Lines Matching full:let
34 if let [ref rest @ .., ref last] = seq[..] { in comma_sep()
120 if let [ref rest @ .., ref last] = self.0[..] { in fmt()
135 let mut result = HashMap::new(); in from_stdin()
137 let stdin = std::io::stdin(); in from_stdin()
138 let mut handle = stdin.lock(); in from_stdin()
139 let mut line = String::new(); in from_stdin()
152 let (key, value) = line.split_once('=').expect("Missing `=` in line."); in from_stdin()
165 let option = "CONFIG_".to_owned() + option; in has()
171 let check_version = 100000 * major + 100 * minor + patch; in rustc_version_atleast()
172 let actual_version = self in rustc_version_atleast()
183 let cfg = KernelConfig::from_stdin(); in main()
184 let mut ts = TargetSpec::new(); in main()
204 let mut features = "-mmx,+soft-float".to_string(); in main()
240 let mut features = "-mmx,+soft-float".to_string(); in main()