Commit 389609d 1 parent 698ea45 commit 389609d Copy full SHA for 389609d
File tree 5 files changed +7
-3
lines changed
function-contract/modifies
5 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
- // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
1
+ // Copyright Kani Contributors
2
2
// SPDX-License-Identifier: Apache-2.0 OR MIT
3
3
4
4
#![ feature( coroutines, coroutine_trait) ]
Original file line number Diff line number Diff line change 1
- // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
1
+ // Copyright Kani Contributors
2
2
// SPDX-License-Identifier: Apache-2.0 OR MIT
3
3
4
4
// Test contains a call to a coroutine via a Pin
Original file line number Diff line number Diff line change
1
+ // Copyright Kani Contributors
2
+ // SPDX-License-Identifier: Apache-2.0 OR MIT
1
3
use std:: cell:: RefCell ;
2
4
use std:: ops:: Deref ;
3
5
Original file line number Diff line number Diff line change 1
- // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
1
+ // Copyright Kani Contributors
2
2
// SPDX-License-Identifier: Apache-2.0 OR MIT
3
3
4
4
// Check that a high offset causes a "wrapping around" behavior in CBMC.
Original file line number Diff line number Diff line change
1
+ // Copyright Kani Contributors
2
+ // SPDX-License-Identifier: Apache-2.0 OR MIT
1
3
#![ feature( rustc_private) ]
2
4
#![ feature( c_str_literals) ]
3
5
//! FIXME: <https://github.com/rust-lang/rust/issues/113333>
You can’t perform that action at this time.
0 commit comments