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
/
src
/
test
/
ui
/
error-codes
/
E0132.rs
blob: fb5e5d7b95a3cbbf397d539f4c43da95c2250349 (
plain
)
1
2
3
4
5
6
7
#![feature(start)]
#[start]
fn
f
<
T
>
()
{}
//~ ERROR E0132
fn
main
()
{
}