标准宏实际上不在序幕中。
rustc 自动在您的箱子上添加以下代码:
#![feature(prelude_import)]
#![no_std]
#[prelude_import]
use ::std::prelude::v1::*;
#[macro_use]
extern crate std as std;
Run Code Online (Sandbox Code Playgroud)
因此#[macro_use] extern crate std as std;,#[macro_export]无需使用即可使用标准库中标有的所有宏std::。
| 归档时间: |
|
| 查看次数: |
74 次 |
| 最近记录: |