We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e16a3e + 06e6c90 commit b092429Copy full SHA for b092429
src/doc/rustdoc/src/write-documentation/the-doc-attribute.md
@@ -88,8 +88,10 @@ on your documentation examples make requests to.
88
```
89
90
Now, when you press "run", the button will make a request to this domain. The request
91
-URL will contain 2 query parameters: `code` and `edition` for the code in the documentation
92
-and the Rust edition respectively.
+URL will contain 3 query parameters:
+1. `code` for the code in the documentation
93
+2. `version` for the Rust channel, e.g. nightly, which is decided by whether `code` contain unstable features
94
+3. `edition` for the Rust edition, e.g. 2024
95
96
If you don't use this attribute, there will be no run buttons.
97
0 commit comments