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
/
error-codes
/
E0403.rs
blob: 8bccb631af4bb5e4956249a0957dc8a2ae1499e7 (
plain
)
1
2
3
4
fn foo<T, T>(s: T, u: T) {} //~ ERROR E0403 fn main() { }