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