2019-01-26 07:29:34 -06:00
|
|
|
#![feature(prelude_import)]
|
|
|
|
#![no_std]
|
|
|
|
#[prelude_import]
|
2021-02-17 08:52:31 -06:00
|
|
|
use ::std::prelude::rust_2015::*;
|
2019-01-26 07:29:34 -06:00
|
|
|
#[macro_use]
|
|
|
|
extern crate std;
|
2024-02-21 06:37:58 -06:00
|
|
|
//@ pretty-compare-only
|
|
|
|
//@ pretty-mode:expanded
|
|
|
|
//@ pp-exact:dollar-crate.pp
|
2019-01-26 07:29:34 -06:00
|
|
|
|
2023-01-11 15:33:13 -06:00
|
|
|
fn main() { { ::std::io::_print(format_args!("rust\n")); }; }
|