mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-13 18:43:19 +00:00
5 lines
108 B
Rust
5 lines
108 B
Rust
#![feature(unsafe_binders)]
|
|
#![allow(incomplete_features)]
|
|
|
|
pub fn woof() -> unsafe<'a> &'a str { todo!() }
|