Add a test for #2888
This commit is contained in:
parent
d50e3618d4
commit
8069efbe10
2 changed files with 6 additions and 0 deletions
|
|
@ -98,3 +98,6 @@ use c;
|
|||
// #2670
|
||||
#[macro_use]
|
||||
use imports_with_attr;
|
||||
|
||||
// #2888
|
||||
use std::f64::consts::{SQRT_2, E, PI};
|
||||
|
|
|
|||
|
|
@ -120,3 +120,6 @@ use c;
|
|||
// #2670
|
||||
#[macro_use]
|
||||
use imports_with_attr;
|
||||
|
||||
// #2888
|
||||
use std::f64::consts::{E, PI, SQRT_2};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue