]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_target/spec/wasm32_base.rs
Auto merge of #68414 - michaelwoerister:share-drop-glue, r=alexcrichton
[rust.git] / src / librustc_target / spec / wasm32_base.rs
index 77f5ff09244dd4d9f4f9e00d776d6291b69beeea..47e80e8db19f66229ab5f99d0934390e841bd535 100644 (file)
@@ -81,7 +81,7 @@ pub fn options() -> TargetOptions {
         dynamic_linking: true,
         only_cdylib: true,
 
-        // This means we'll just embed a `start` function in the wasm module
+        // This means we'll just embed a `#[start]` function in the wasm module
         executables: true,
 
         // relatively self-explanatory!