This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
990039ec53
rust
/
tests
/
ui
/
issues
/
issue-24352.rs
5 lines
63 B
Rust
Raw
Normal View
History
Unescape
Escape
Create a FreshFloatTy separate from FreshIntTy There is no subtyping relationship between the types (or their non-freshened variants), so they can not be merged. Fixes #22645 Fixes #24352 Fixes #23825 Should fix #25235 (no test in issue). Should fix #19976 (test is outdated).
2015-05-12 21:44:05 +03:00
fn
main
(
)
{
1.0
f64
-
1.0
;
Change error scheme so that if projection fails we generate `A::B` instead of `TyError`
2016-01-07 13:51:16 -05:00
1.0
f64
-
1
//~ ERROR E0277
Create a FreshFloatTy separate from FreshIntTy There is no subtyping relationship between the types (or their non-freshened variants), so they can not be merged. Fixes #22645 Fixes #24352 Fixes #23825 Should fix #25235 (no test in issue). Should fix #19976 (test is outdated).
2015-05-12 21:44:05 +03:00
}
Copy permalink