You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 7, 2020. It is now read-only.
Maybe this could be configurable in some way? fields in the #[snapshot] annotation?
Could be something like
#[snapshot] // ignores everything, just fails if output doesn't match
#[snapshot(target,some_cfg_name)] // captures target triple in snap, along with an arbitrary cfg value
Would need to have cfg value and things like target triple exposed via macro, and also used as lookup keys in the snap files.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
target triple, feature, general cfg, etc.
Maybe this could be configurable in some way? fields in the
#[snapshot]
annotation?Could be something like
Would need to have cfg value and things like target triple exposed via macro, and also used as lookup keys in the snap files.
The text was updated successfully, but these errors were encountered: