spans always come from real file

This commit is contained in:
Lukas Wirth 2023-11-24 16:38:48 +01:00
parent 394d11b0fa
commit 30093a6d81
57 changed files with 1369 additions and 1224 deletions

View file

@ -249,7 +249,7 @@ impl T for &Foo {}
r#"
//- minicore: copy, derive
#[derive(Copy)]
//^^^^^^^^^^^^^^^
//^^^^
struct Foo$0;
"#,
);