]> git.lizzy.rs Git - rust.git/blobdiff - tests/target/imports.rs
Add a test for #2888
[rust.git] / tests / target / imports.rs
index 34ec34abaa60aa572721a96ad3c387f64ee5ba51..36bbc20547c40aeda8a862790873885e3a036d2b 100644 (file)
@@ -120,3 +120,6 @@ fn test() {
 // #2670
 #[macro_use]
 use imports_with_attr;
+
+// #2888
+use std::f64::consts::{E, PI, SQRT_2};