León Orell Valerian Liehr
881d237cd9
Rollup merge of #137619 - Pyr0de:issue_137249, r=fmease
...
Provide helpful diagnostics for shebang lookalikes
When `[` is not found after a `#!`, a note will be added to the exisiting error
```
error: expected `[`, found `/`
--> src/main.rs:2:3
|
2 | #!/usr/bin/env -S cargo +nightly -Zscript
| ^ expected `[`
|
= note: the token sequence `#!` here looks like the start of a shebang interpreter directive but it is not
= help: if you meant this to be a shebang interpreter directive, move it to the very start of the file
```
Fixes #137249
r? `@fmease`
2025-03-14 17:26:17 +01:00
..
2025-03-13 16:41:22 +00:00
2025-03-12 17:27:43 +00:00
2025-03-13 17:44:07 +01:00
2025-03-12 10:19:30 -07:00
2025-03-12 10:19:30 -07:00
2025-03-12 10:19:30 -07:00
2025-03-12 17:27:43 +00:00
2025-03-13 01:37:26 +00:00
2025-03-12 17:27:43 +00:00
2025-03-13 08:14:34 +01:00
2025-03-12 08:04:09 +01:00
2025-03-12 10:19:30 -07:00
2025-03-14 01:37:33 -04:00
2025-03-13 17:44:09 +01:00
2025-03-12 10:19:30 -07:00
2025-03-13 01:37:26 +00:00
2025-03-12 10:19:30 -07:00
2025-03-13 11:28:35 +01:00
2025-03-12 17:27:43 +00:00
2025-03-12 10:19:30 -07:00
2025-03-13 11:28:26 +01:00
2025-03-13 17:44:04 +01:00
2025-03-12 10:19:30 -07:00
2025-03-14 01:37:35 -04:00
2025-03-13 01:37:26 +00:00
2025-03-12 10:19:30 -07:00
2025-03-13 11:28:35 +01:00
2025-03-14 01:37:34 -04:00
2025-03-13 17:44:09 +01:00
2025-03-12 10:19:30 -07:00
2025-03-13 13:34:28 +00:00
2025-03-13 19:46:35 +00:00
2025-03-13 14:13:07 +03:00
2025-03-12 17:27:43 +00:00
2025-03-12 22:39:43 -07:00
2025-03-12 17:27:43 +00:00
2025-03-12 17:59:08 +01:00
2025-03-13 19:53:53 +05:30
2025-03-12 10:19:30 -07:00
2025-03-13 01:37:26 +00:00
2025-03-13 01:37:26 +00:00
2025-03-12 17:27:43 +00:00
2025-03-12 17:59:08 +01:00
2025-03-13 14:13:07 +03:00
2025-03-12 17:27:43 +00:00
2025-03-14 15:53:42 +08:00
2025-03-13 01:37:26 +00:00
2025-03-12 10:19:30 -07:00
2025-03-12 17:27:43 +00:00
2025-03-14 01:37:29 -04:00
2025-03-13 17:44:04 +01:00
2025-03-12 10:19:32 -07:00
2025-03-12 17:27:43 +00:00
2025-03-13 01:37:26 +00:00
2025-03-12 10:19:30 -07:00