]> git.lizzy.rs Git - rust.git/blobdiff - tests/source/imports.rs
Add a test for #2888
[rust.git] / tests / source / imports.rs
index 8500764bdda2868d4f93103c0fa0402aff963525..95a789bd1bf69f2b372d2b5ca766dec94543ee9f 100644 (file)
@@ -98,3 +98,6 @@ fn test() {
 // #2670
 #[macro_use]
 use imports_with_attr;
+
+// #2888
+use std::f64::consts::{SQRT_2, E, PI};