alexcrichton opened PR #2768 from instantiate-less
to main
:
This commit fixes an issue where when module linking was enabled for
fuzzing (which it is) import types of modules show as imports of
instances. In an attempt to satisfy the dummy values of such imports the
fuzzing integration would create instances for each import. This would,
however, count towards instance limits and isn't always desired.This commit refactors the creation of dummy import values to decompose
imports of instances into imports of each individual item. This should
retain the pre-module-linking behavior of dummy imports for various
fuzzers.
fitzgen submitted PR Review.
alexcrichton merged PR #2768.
Last updated: Nov 22 2024 at 16:03 UTC