Skip to content

Conversation

alexcrichton
Copy link
Member

If a plugin registrar is available, the library must be found in dylib form, not
just in rlib form.

Closes #15475

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"plugin crate ..."

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Or maybe even "plugin crate {} only found in ...".)

@huonw
Copy link
Contributor

huonw commented Jul 10, 2014

r=me with a tweaked error message.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This probably needs adjusting for the new message...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm always sure to remind myself when I read comments about tweaking messages to go update the tests, and then I also always manage to forget by the time I git push...

If a plugin registrar is available, the library must be found in dylib form, not
just in rlib form.

Closes rust-lang#15475
bors added a commit that referenced this pull request Jul 11, 2014
If a plugin registrar is available, the library must be found in dylib form, not
just in rlib form.

Closes #15475
@bors bors closed this Jul 11, 2014
@alexcrichton alexcrichton deleted the issue-15475 branch July 11, 2014 21:46
bors added a commit to rust-lang-ci/rust that referenced this pull request Sep 18, 2023
Implement `write_via_move` intrinsic for mir-eval

Required for getting `write!`ing to work again. we fail with an odd type mimsatch eval error after this change though
flip1995 pushed a commit to flip1995/rust that referenced this pull request Sep 4, 2025
Fixes rust-lang/rust-clippy#15564.

changelog: [`cargo::panic`]: Enabled to run in `const` contexts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Plugin silently ignored if only found as an rlib

3 participants