test: Unignore test for fixed issue #20676
This commit is contained in:
parent
333eb85d4b
commit
d8bb08037f
@ -93,9 +93,8 @@ pub fn main() {
|
||||
t!(format!("{}", 5 + 5), "10");
|
||||
t!(format!("{:#4}", C), "☃123");
|
||||
|
||||
// FIXME(#20676)
|
||||
// let a: &fmt::Debug = &1;
|
||||
// t!(format!("{:?}", a), "1");
|
||||
let a: &fmt::Debug = &1;
|
||||
t!(format!("{:?}", a), "1");
|
||||
|
||||
|
||||
// Formatting strings and their arguments
|
||||
|
Loading…
Reference in New Issue
Block a user