cargo/tests/testsuite/script/rustc_fixtures/multifrontmatter-2.stdout
Ed Page 57c97cc190 test(script): Switch frontmatter tests to end-to-end
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
2025-08-29 16:11:59 -05:00

41 lines
792 B
Plaintext

{
"authors": [],
"categories": [],
"default_run": null,
"dependencies": [],
"description": " ---\n\n ---\n",
"documentation": null,
"edition": "2024",
"features": {},
"homepage": null,
"id": "path+[ROOTURL]/foo/script#0.0.0",
"keywords": [],
"license": null,
"license_file": null,
"links": null,
"manifest_path": "[ROOT]/foo/script",
"metadata": null,
"name": "script",
"publish": [],
"readme": null,
"repository": null,
"rust_version": null,
"source": null,
"targets": [
{
"crate_types": [
"bin"
],
"doc": true,
"doctest": false,
"edition": "2024",
"kind": [
"bin"
],
"name": "script",
"src_path": "[ROOT]/foo/script",
"test": true
}
],
"version": "0.0.0"
}