mirror of
https://git.proxmox.com/git/rustc
synced 2026-02-04 02:36:08 +00:00
6 lines
223 B
Rust
6 lines
223 B
Rust
use std::fmt::Debug;
|
|
|
|
// @has 'wrapping/fn.foo.html' '//div[@class="item-decl"]/pre[@class="rust"]' 'pub fn foo() -> impl Debug'
|
|
// @count - '//div[@class="item-decl"]/pre[@class="rust"]/br' 0
|
|
pub fn foo() -> impl Debug {}
|