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 5e0d894 commit fbeebc3Copy full SHA for fbeebc3
src/lib.rs
@@ -1439,7 +1439,7 @@ impl<'a> Iterator for OutputIter<'a> {
1439
/// will have very few of and generally want to keep around for their entire lifetime.
1440
/// In order to make static initialization easier the registers lists are static slices instead
1441
/// of `Vec`s. If your use case depends on dynamically creating the registers lists, consider
1442
-/// `[Vec::leak`].
+/// [`Vec::leak`].
1443
#[derive(Clone, Debug)]
1444
pub struct MachineEnv<'a> {
1445
/// Preferred physical registers for each class. These are the
0 commit comments