We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfb8522 commit 5937709Copy full SHA for 5937709
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