Skip to content
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

NatVis does not need to be conditional #3094

Closed
wants to merge 2 commits into from

Conversation

sivadeilra
Copy link
Collaborator

The NatVis integration feature in Rust does not need to be made conditional. It was designed so that you can declare a NatVis file for any crate and the Rust compiler determines whether that is enabled for a particular platform. Right now, it's only enabled for Windows. On other platforms, it is safely and silently ignored.

So we don't need any conditional logic around NatVis.

@sivadeilra sivadeilra closed this Jun 12, 2024
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