Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Symbols

test

mod foo {
    pub const A = 1mm;
}

fn foo() -> Length { // error: Ambiguous identifiers
    foo::A
}

foo();