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
359bfa901b9d8eddbed7b88b6716dbb77b7bfb95
rust
/
tests
/
ui
/
coercion
/
coerce-reborrow-multi-arg-fail.rs
7 lines
97 B
Rust
Raw
Normal View
History
Unescape
Escape
coerce reborrow multi arg test
2020-05-30 20:54:14 +02:00
fn
test
<
T
>
(
_a
:
T
,
_b
:
T
)
{
}
fn
main
(
)
{
test
(
&
mut
7
,
&
7
)
;
UI tests: add missing diagnostic kinds where possible
2025-04-05 19:19:56 +03:00
//~^ ERROR mismatched types
coerce reborrow multi arg test
2020-05-30 20:54:14 +02:00
}
Reference in New Issue
Copy Permalink