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

Add AutoCfg::probe_raw for free-form probes #59

Merged
merged 2 commits into from
May 3, 2024
Merged

Add AutoCfg::probe_raw for free-form probes #59

merged 2 commits into from
May 3, 2024

Commits on Mar 28, 2024

  1. Add AutoCfg::probe_raw for free-form probes

    This takes an arbitrary string that will be fed to the compiler as-is,
    without even interjecting `#![no_std]` like other probe methods. It also
    returns a `Result` with the full `Error`, so you could choose to print
    verbose details on failure, for example.
    cuviper committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    e0a2240 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e01e120 View commit details
    Browse the repository at this point in the history