index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
impl-trait
/
precise-capturing
/
auxiliary
/
foreign.rs
blob: 09b7ef14e6ba08e419ea758ae06904a375985933 (
plain
)
1
2
3
4
5
//@ edition: 2024 use std::fmt::Display; pub fn hello(x: &Vec<i32>) -> impl Display { 0 }