You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by:
process didn't exit successfully: `rustc --edition=2018 --crate-name goblin 'src\lib.rs' --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="scroll"' --cfg 'feature="std"' -C metadata=0a9055687c823b2b -C extra-filename=-0a9055687c823b2b --out-dir 'D:\a\1\s\target\i686-pc-windows-msvc\debug\deps' --target i686-pc-windows-msvc -C'incremental=D:\a\1\s\target\i686-pc-windows-msvc\debug\incremental' -L'dependency=D:\a\1\s\target\i686-pc-windows-msvc\debug\deps' -L'dependency=D:\a\1\s\target\debug\deps' --extern 'log=D:\a\1\s\target\i686-pc-windows-msvc\debug\deps\liblog-5f46943fea12c10e.rlib' --extern 'plain=D:\a\1\s\target\i686-pc-windows-msvc\debug\deps\libplain-e92720d264c52477.rlib' --extern 'scroll=D:\a\1\s\target\i686-pc-windows-msvc\debug\deps\libscroll-60f8367b07e3aaf7.rlib' -Ctarget-feature=+crt-static` (exit code:1)
warning: build failed, waiting for other jobs to finish...
error: literal out of range for usize
--> src\pe\section_table.rs:98:26
|
98 | }elseif idx <= 0xfff_fff_fff{// 64^6 - 1
| ^^^^^^^^^^^^^
|
= note:#[deny(overflowing_literals)] on by default
= note: the literal `0xfff_fff_fff` (decimal `68719476735`) does not fit into an `usize` and will become `4294967295usize`
error: literal out of range for usize
--> src\pe\section_table.rs:235:14
|
235 | (0xfff_fff_fff,b"////////"),
| ^^^^^^^^^^^^^
|
= note:the literal `0xfff_fff_fff` (decimal `68719476735`) does not fit into an `usize` and will become `4294967295usize`
error:literal out of range forusize
--> src\pe\section_table.rs:241:41
|
241 | assert!(section.set_name_offset(0x1_000_000_000).is_err());
| ^^^^^^^^^^^^^^^
|
= note: the literal `0x1_000_000_000` (decimal `68719476736`) does not fit into an `usize` and will become `0usize`
error: aborting due to 3 previous errors
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: