mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
6 lines
129 B
Rust
6 lines
129 B
Rust
//@ known-bug: rust-lang/rust#125013
|
|
//@ edition:2021
|
|
use io::{self as std};
|
|
use std::ops::Deref::{self as io};
|
|
pub fn main() {}
|