1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-16 05:51:05 +01:00

rl-next: Use markdown frontmatter syntax

The old syntax is still supported, as long as you don't use a {
in the description - the reason to migrate.
This commit is contained in:
Robert Hensing 2023-12-09 19:51:20 +01:00
parent 360f3b3a9e
commit 3811b334c6
7 changed files with 26 additions and 32 deletions

View file

@ -1,7 +1,8 @@
---
synopsis: Source locations are printed more consistently in errors
issues: #561
prs: #9555
description: {
issues: 561
prs: 9555
---
Source location information is now included in error messages more
consistently. Given this code:
@ -39,5 +40,3 @@ error:
error: value is a set while a string was expected
```
}