``` use std::path::Path; fn main() { let path = Path::new("./foo/bar.txt"); } ``` Fails with a can't cast exception