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 d57b2da commit 9596fceCopy full SHA for 9596fce
library/core/src/panic/extra_info.rs
@@ -1,6 +1,7 @@
1
use crate::panic::assert_info::AssertInfo;
2
3
#[derive(Debug, Copy, Clone)]
4
+#[non_exhaustive]
5
pub enum ExtraInfo<'a> {
6
AssertInfo(&'a AssertInfo<'a>),
7
}
0 commit comments