We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b244f61 + b284c8d commit 3f30ed9Copy full SHA for 3f30ed9
src/libstd/macros.rs
@@ -8,7 +8,7 @@
8
///
9
/// This allows a program to terminate immediately and provide feedback
10
/// to the caller of the program. `panic!` should be used when a program reaches
11
-/// an unrecoverable problem.
+/// an unrecoverable state.
12
13
/// This macro is the perfect way to assert conditions in example code and in
14
/// tests. `panic!` is closely tied with the `unwrap` method of both [`Option`]
0 commit comments