Add a test for #2888

This commit is contained in:
Seiichi Uchida 2018-08-03 20:06:29 +09:00
parent d50e3618d4
commit 8069efbe10
2 changed files with 6 additions and 0 deletions

View file

@ -98,3 +98,6 @@ use c;
// #2670
#[macro_use]
use imports_with_attr;
// #2888
use std::f64::consts::{SQRT_2, E, PI};

View file

@ -120,3 +120,6 @@ use c;
// #2670
#[macro_use]
use imports_with_attr;
// #2888
use std::f64::consts::{E, PI, SQRT_2};