This website requires JavaScript.
Explore
Help
Sign in
mathieu
/
os-rust
Watch
1
Star
0
Fork
You've already forked os-rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
7840a0b753
os-rust
/
src
/
test
/
ui
/
vector-no-ann.rs
5 lines
88 B
Rust
Raw
Normal View
History
Unescape
Escape
Stop inferring bot/static when types/regions are unconstrained. Also, some other changes that came up along the way: - add a 'blk' region for the current block. - detect unused type/region variables.
2012-04-30 10:37:58 -07:00
fn
main
(
)
{
test: Update expected compile-fail message for E0282
2015-05-05 18:22:20 +02:00
let
_foo
=
Vec
::
new
(
)
;
Add a new ui test and update existing ones
2017-02-02 21:35:31 +00:00
//~^ ERROR type annotations needed [E0282]
Stop inferring bot/static when types/regions are unconstrained. Also, some other changes that came up along the way: - add a 'blk' region for the current block. - detect unused type/region variables.
2012-04-30 10:37:58 -07:00
}
Reference in a new issue
Copy permalink