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.
let x: &'static _ = &std::time::Duration::from_millis(42).subsec_millis();
works on nightly but not on beta, because the subsec_millis function wasn't unstably const fn when beta was split off.
subsec_millis