We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This gives an error and maybe it shouldn't: import rustc::driver::rustc;
../src/fuzzer/fuzzer.rs:10:12:14:4: error: cyclic import ../src/fuzzer/fuzzer.rs:9:12:10:6: error: unresolved modulename: syntax
Workaround: import driver = rustc::driver::rustc;