6 lines
65 B
Rust
6 lines
65 B
Rust
|
// Feature gate test for `dbg!(..)`.
|
||
|
|
||
|
fn main() {
|
||
|
dbg!(1);
|
||
|
}
|