This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
51b51b51d7931da85280382a81c4dd80c73ca754
rust
/
tests
/
ui
/
issues
/
issue-28776.rs
7 lines
86 B
Rust
Raw
Normal View
History
Unescape
Escape
use the *adjusted* callee type in effect checking Fixes #28776
2015-10-01 16:06:50 +03:00
use
std
::
ptr
;
fn
main
(
)
{
Update E0133 to new format
2016-08-10 15:29:45 +08:00
(
&
ptr
::
write
)
(
1
as
*
mut
_
,
42
)
;
//~^ ERROR E0133
use the *adjusted* callee type in effect checking Fixes #28776
2015-10-01 16:06:50 +03:00
}
Reference in New Issue
Copy Permalink