提交 4562803a 编写于 作者: B Brian Anderson 提交者: Alex Crichton

core: Fix failure doc comment

上级 678814aa
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
//! interface for failure is: //! interface for failure is:
//! //!
//! ```ignore //! ```ignore
//! fn begin_unwind(fmt: &fmt::Arguments, file: &str, line: uint) -> !; //! fn begin_unwind(fmt: &fmt::Arguments, &(&'static str, uint)) -> !;
//! ``` //! ```
//! //!
//! This definition allows for failing with any general message, but it does not //! This definition allows for failing with any general message, but it does not
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册