mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00

This will make it easier to validate error improvements I'm working on as well as make it easier to update from rust-lang/rust
15 lines
168 B
Rust
15 lines
168 B
Rust
---
|
|
package.description = """
|
|
---
|
|
|
|
---
|
|
"""
|
|
---
|
|
|
|
// hyphens only need to be escaped when at the start of a line
|
|
//@ check-pass
|
|
|
|
#![feature(frontmatter)]
|
|
|
|
fn main() {}
|