blob: dae15623018a3eb629ce079b900bdb1ab4079379 [file]
//@error-in-other-file: hand-coded well-known IP address
//@no-rustfix
#![warn(clippy::ip_constant)]
fn external_constant_test() {
let _ = include!("localhost.txt");
// lint in external file `localhost.txt`
}
fn main() {}