Add existing files
This commit is contained in:
commit
9d188ed692
2517 changed files with 58438 additions and 0 deletions
9
target/debug/build/num-traits-bc758cb28a8aeb56/stderr
Normal file
9
target/debug/build/num-traits-bc758cb28a8aeb56/stderr
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
error[E0599]: no method named `to_int_unchecked` found for type `f64` in the current scope
|
||||
--> <anon>:1:40
|
||||
|
|
||||
1 | pub fn probe() { let _ = unsafe { 1f64.to_int_unchecked::<i32>() }; }
|
||||
| ^^^^^^^^^^^^^^^^ method not found in `f64`
|
||||
|
||||
error: aborting due to previous error
|
||||
|
||||
For more information about this error, try `rustc --explain E0599`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue