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
Changed copyright check to the new standard from PR 1422. (rust-lang#1447)
* Changed copyright check to the new standard PR 1422.
* Fixed debug print.
* Added doc comment.
* Changed to proper doc-comment
* reverted test cases
* Changed generator test cases to new format.
* Added check that above our license is empty or comments
* Fixed merge fail
* Escaped backslash.
* Allowed empty 2nd line pattern discussed in rust-lang#1422
* Test case for maybe empty lines above.
* Changed from list to generator.
Copy file name to clipboardexpand all lines: tests/kani/Generator/rustc-generator-tests/live-upvar-across-yield.rs
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
+
// Copyright rustc Contributors
2
+
// Adapted from rustc: https://github.com/rust-lang/rust/tree/5f98537eb7b5f42c246a52c550813c3cff336069/src/test/ui/generator/live-upvar-across-yield.rs
3
+
//
1
4
// SPDX-License-Identifier: Apache-2.0 OR MIT
2
5
//
3
6
// Modifications Copyright Kani Contributors
4
7
// See GitHub history for details.
5
8
6
-
// Copyright rustc Contributors
7
-
// Adapted from rustc: https://github.com/rust-lang/rust/tree/5f98537eb7b5f42c246a52c550813c3cff336069/src/test/ui/generator/live-upvar-across-yield.rs
Copy file name to clipboardexpand all lines: tests/kani/Generator/rustc-generator-tests/resume-live-across-yield.rs
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
+
// Copyright rustc Contributors
2
+
// Adapted from rustc: https://github.com/rust-lang/rust/tree/5f98537eb7b5f42c246a52c550813c3cff336069/src/test/ui/generator/resume-live-across-yield.rs
3
+
//
1
4
// SPDX-License-Identifier: Apache-2.0 OR MIT
2
5
//
3
6
// Modifications Copyright Kani Contributors
4
7
// See GitHub history for details.
5
8
6
-
// Copyright rustc Contributors
7
-
// Adapted from rustc: https://github.com/rust-lang/rust/tree/5f98537eb7b5f42c246a52c550813c3cff336069/src/test/ui/generator/resume-live-across-yield.rs
0 commit comments