4 lines
108 B
Rust
4 lines
108 B
Rust
#![feature(unsafe_binders)]
|
|
#![allow(incomplete_features)]
|
|
|
|
pub fn woof() -> unsafe<'a> &'a str { todo!() }
|