```rust 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.