Add existing files
This commit is contained in:
commit
9d188ed692
2517 changed files with 58438 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
This file has an mtime of when this was started.
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
; ModuleID = 'probe0.3a1fbbbh-cgu.0'
|
||||
source_filename = "probe0.3a1fbbbh-cgu.0"
|
||||
target datalayout = "e-m:x-p:32:32-i64:64-f80:32-n8:16:32-a:0:32-S32"
|
||||
target triple = "i686-pc-windows-msvc"
|
||||
|
||||
!llvm.module.flags = !{!0}
|
||||
|
||||
!0 = !{i32 7, !"PIC Level", i32 2}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
; ModuleID = 'probe1.3a1fbbbh-cgu.0'
|
||||
source_filename = "probe1.3a1fbbbh-cgu.0"
|
||||
target datalayout = "e-m:x-p:32:32-i64:64-f80:32-n8:16:32-a:0:32-S32"
|
||||
target triple = "i686-pc-windows-msvc"
|
||||
|
||||
!llvm.module.flags = !{!0}
|
||||
|
||||
!0 = !{i32 7, !"PIC Level", i32 2}
|
||||
2
target/debug/build/num-traits-5cd999f37348937b/output
Normal file
2
target/debug/build/num-traits-5cd999f37348937b/output
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
cargo:rustc-cfg=has_i128
|
||||
cargo:rerun-if-changed=build.rs
|
||||
|
|
@ -0,0 +1 @@
|
|||
C:\Users\bijan\rust\render\target\debug\build\num-traits-5cd999f37348937b\out
|
||||
9
target/debug/build/num-traits-5cd999f37348937b/stderr
Normal file
9
target/debug/build/num-traits-5cd999f37348937b/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