0
0
mirror of https://github.com/rust-lang/rust.git synced 2024-11-25 04:06:55 +01:00
rust/tests/rustdoc/wrapping.rs
2024-06-24 11:08:41 +02:00

6 lines
195 B
Rust

use std::fmt::Debug;
//@ has 'wrapping/fn.foo.html' '//pre[@class="rust item-decl"]' 'pub fn foo() -> impl Debug'
//@ count - '//pre[@class="rust item-decl"]/br' 0
pub fn foo() -> impl Debug {}