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

Rename the template for version_info.html #3230

Merged
merged 1 commit into from
Aug 22, 2012

Conversation

killerswan
Copy link
Contributor

After renaming the template to version_info.html.template, the make clean command will no longer delete it along with the *.html files.

brson added a commit that referenced this pull request Aug 22, 2012
Rename the template for version_info.html
@brson brson merged commit 8c68432 into rust-lang:incoming Aug 22, 2012
@brson
Copy link
Contributor

brson commented Aug 22, 2012

Thanks!

bors pushed a commit to rust-lang-ci/rust that referenced this pull request May 15, 2021
RalfJung pushed a commit to RalfJung/rust that referenced this pull request Dec 26, 2023
rustc-push: automatically fill PR body to avoid reviewer assignment
jaisnan added a commit to jaisnan/rust-dev that referenced this pull request Jul 29, 2024
### Approach So far

The approach so far has been to shift the `kani` library's functionality
to `kani_core` instead, which has no dependencies of its own. By moving
these API functions to macros, we delay the compilation of these to when
Kani is invoked.

Tested by using the regression tests added @celinval in
model-checking/kani#3236 using the new
`verify-std` subcommand.

### Running Kani

To test Kani itself, we injected a proof inside the core library by
making these changes.

```  rust
#[cfg(kani)]
kani_core::kani_lib!(core);

#[cfg(kani)]
#[unstable(feature = "kani", issue = "none")]
pub mod verify {
    use crate::kani;

    #[kani::proof]
    pub fn harness() {
        kani::assert(true, "yay");
    }
}
```

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.

---------

Co-authored-by: Celina G. Val <celinval@amazon.com>
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.

2 participants