test: Unignore test for fixed issue #20676
This commit is contained in:
parent
333eb85d4b
commit
d8bb08037f
1 changed files with 2 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue