]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/wrapping.rs
Add 'library/portable-simd/' from commit '1ce1c645cf27c4acdefe6ec8a11d1f0491954a99'
[rust.git] / src / test / rustdoc / wrapping.rs
1 use std::fmt::Debug;
2
3 // @has 'wrapping/fn.foo.html' '//pre[@class="rust fn"]' 'pub fn foo() -> impl Debug'
4 // @count - '//pre[@class="rust fn"]/br' 0
5 pub fn foo() -> impl Debug {}