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 92fc622 commit 12f994eCopy full SHA for 12f994e
cortex-m-pac/src/result.rs
@@ -5,6 +5,7 @@ pub type Result<T> = core::result::Result<T, Error>;
5
6
/// Represents error variants for the library.
7
#[derive(Clone, Copy, Debug, Eq, PartialEq)]
8
+#[non_exhaustive]
9
pub enum Error {
10
/// Attempted out-of-bounds access.
11
IndexOutOfBounds {
0 commit comments