mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-21 19:33:16 +00:00
Update syntax of ignored test.
This commit is contained in:
parent
d5091c9cc9
commit
d1ab3799bd
@ -14,5 +14,5 @@
|
||||
extern crate libc;
|
||||
|
||||
fn main() {
|
||||
println!("{}", 1.0 as *libc::FILE); // Can't cast float to foreign.
|
||||
println!("{:?}", 1.0 as *const libc::FILE); // Can't cast float to foreign.
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user