Skip to content

Commit 0b12c54

Browse files
committed
rfc, cfg-path-version: add error-chain#101 as an example.
1 parent c6d47e7 commit 0b12c54

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

text/0000-cfg-path-version.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,11 @@ proposed in the [summary] we aim to make retaining *compatibility* and
6464
supporting more compiler versions *pain-free* and to give authors a lot
6565
of *control* over what is supported and what is not.
6666

67-
A minor use case this RFC supports is to work around compiler bugs by
68-
checking if we are on a particular version.
67+
[rust-lang-nursery/error-chain#101]: https://github.com/rust-lang-nursery/error-chain/issues/101
68+
69+
Another use case this RFC supports is to work around compiler bugs by
70+
checking if we are on a particular version. An example where this occurred
71+
is documented in [rust-lang-nursery/error-chain#101].
6972

7073
# Guide-level explanation
7174
[guide-level-explanation]: #guide-level-explanation

0 commit comments

Comments
 (0)