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.
현재 rust_ch03.rs는 Options를 사용하지 않고 있다. 다음과 같이 사용하도록 수정해서 minor번호를 지정가능하도록 바꾸자.
/// miscdev::Options::new() /// .mode(0o600) /// .minor(10) /// .parent(parent) /// .register(reg, fmt!("sample"), ())