@@ -90,8 +90,7 @@ macro_rules! println {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Helper macro for unwrapping `Result` values while returning early with an
|
/// Helper macro for unwrapping `Result` values while returning early with an
|
||||||
/// error if the value of the expression is `Err`. For more information, see
|
/// error if the value of the expression is `Err`.
|
||||||
/// `std::io`.
|
|
||||||
#[macro_export]
|
#[macro_export]
|
||||||
#[stable(feature = "rust1", since = "1.0.0")]
|
#[stable(feature = "rust1", since = "1.0.0")]
|
||||||
macro_rules! try {
|
macro_rules! try {
|
||||||
|
|||||||
Reference in New Issue
Block a user