We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 580ba19 commit ac17cd4Copy full SHA for ac17cd4
googletest/src/internal/test_outcome.rs
@@ -156,6 +156,8 @@ impl std::fmt::Display for TestFailure {
156
/// A report that a single test assertion failed.
157
///
158
/// **For internal use only. API stablility is not guaranteed!**
159
+///
160
+/// See pub type Result in googletest/src/lib.rs for the public alias.
161
#[doc(hidden)]
162
#[derive(Clone)]
163
pub struct TestAssertionFailure {
0 commit comments