about summary refs log tree commit diff
path: root/tests/rustdoc/auxiliary/unsafe-binder-dep.rs
blob: 65aa9032fed19b74a56f119e29ac097e0f0fec78 (plain)
1
2
3
4
#![feature(unsafe_binders)]
#![allow(incomplete_features)]

pub fn woof() -> unsafe<'a> &'a str { todo!() }