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 528b07d commit 87575e5Copy full SHA for 87575e5
crates/ir2/src/primitive.rs
@@ -1,7 +1,7 @@
1
use crate::Error;
2
use core::marker::PhantomData;
3
4
-/// Error that may occur upon converting values to [`Const16`].
+/// Error that may occur upon converting values to [`Address`] and [`Offset16`].
5
#[derive(Debug, Copy, Clone)]
6
pub struct OutOfBoundsConst;
7
0 commit comments