mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
test: Unignore test for fixed issue #20676
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user