[Bug 1072055] Rust package does not pull all required dependencies
http://bugzilla.novell.com/show_bug.cgi?id=1072055 http://bugzilla.novell.com/show_bug.cgi?id=1072055#c1 Luke Jones <jones_ld@protonmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from Luke Jones <jones_ld@protonmail.com> --- This is correct behaviour - if someone is developing on a limited architecture such as ARM and is writing only small/basic programs/embedded they will not need the rust-std libs. The libs contain such things as the String and Vec data types and macros such as println!. Neither of these (and more) are required functionality for writing a rust program, especially not for embedded applications where space use is critical. Closing as not a bug. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com