-
Notifications
You must be signed in to change notification settings - Fork 13.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
librustc cannot be used as a library? #11026
Comments
(Closing, feel free to reopen if the above doesn't fix it.) |
Wait, I misinterpreted your code sample; sorry. |
This is a cleaner looking diff: killerswan/meow@master...librustc#diff-7df04b77326b8a50f8284f3ac22257e3R134 |
In that last diff you posted, |
Ahhh, so it is the opposite of what @huonw was thinking at first glance! |
When running my program:
The "multiple input filenames provided" error is due to using the same arguments with
librustc::main_args
as I was using with therustc
executable. :(https://github.com/killerswan/meow/compare/librustc#diff-7df04b77326b8a50f8284f3ac22257e3L119
That's pretty weird considering that the function I'm using is called like so inside
rustc
:The text was updated successfully, but these errors were encountered: