We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93da4f8 commit 3548c8fCopy full SHA for 3548c8f
src/librustc_trans/back/lto.rs
@@ -56,7 +56,7 @@ pub fn run(sess: &session::Session,
56
// Make sure we actually can run LTO
57
for crate_type in sess.crate_types.borrow().iter() {
58
if !crate_type_allows_lto(*crate_type) {
59
- sess.fatal("lto can only be run for executables and \
+ sess.fatal("lto can only be run for executables, cdylibs and \
60
static library outputs");
61
}
62
0 commit comments