Skip to content

Commit 5b9588b

Browse files
committed
Add 86528
Issue: rust-lang/rust#86528
1 parent fd6a3b4 commit 5b9588b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ices/86528.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
3+
rustc -Z print-type-sizes --crate-type lib - <<'EOF'
4+
use std::str::FromStr;
5+
6+
pub fn foo() {
7+
f64::from_str("");
8+
}
9+
EOF

0 commit comments

Comments
 (0)