This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5333b878c8
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 13:44:05 -05: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 12:51:16 -06: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 13:44:05 -05:00
}
Reference in New Issue
Copy Permalink