Skip to content

Commit

Permalink
softened the language of my note on the MSVC linker error
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor Shugg committed Oct 7, 2024
1 parent c7abe49 commit c0cb777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ impl FuzzProject {

// NOTE: On Windows, if the user's fuzzing targets have a dependency
// on a local Rust DLL (with `crate-type` containing `["cdylib"]),
// the MSVC Linker will be unable to resolve the `main` symbol when
// linking the DLL. It will fail with this error:
// the MSVC Linker may be unable to resolve the `main` symbol when
// linking the DLL. It may fail with this error:
//
// LINK : error LNK2001: unresolved external symbol main
// C:\....\depedency.dll : fatal error LNK1120: 1 unresolved externals
Expand Down

0 comments on commit c0cb777

Please sign in to comment.