This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-02-21 19:33:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f788ea47f9
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 18:44:05 +00: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 18:51:16 +00: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 18:44:05 +00:00
}
Reference in New Issue
Copy Permalink