Skip to content

Conversation

dzbarsky
Copy link
Contributor

@dzbarsky dzbarsky commented Sep 6, 2025

No description provided.

@dzbarsky dzbarsky force-pushed the zbarsky/proc-macros-2 branch from 7e5c4bc to f3ba350 Compare September 6, 2025 15:13
@@ -1072,6 +1048,21 @@ rust_shared_library = rule(
"""),
)

def _exec_transition_impl(_settings, attr):
return {
"//command_line_option:is exec configuration": not attr.internal_doctest_transition_override,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

wasn't sure if there was a cleaner way to do this, hacking around a failure in the doctest

Executing tests from //test/unit/rustdoc:rustdoc_proc_macro_doctest
-----------------------------------------------------------------------------
error[E0463]: can't find crate for `std`
  |
  = note: the `aarch64-apple-darwin` target may not be installed
  = help: consider downloading the target with `rustup target add aarch64-apple-darwin`

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0463`.

@dzbarsky
Copy link
Contributor Author

dzbarsky commented Sep 9, 2025

Let's take #3605 instead

@dzbarsky dzbarsky closed this Sep 9, 2025
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.

1 participant