@@ -237,72 +237,72 @@ The following is an index of all built-in attributes.
237
237
- ` feature ` — Used to enable unstable or experimental compiler features. See
238
238
[ The Unstable Book] for features implemented in ` rustc ` .
239
239
240
- [ Doc comments ] : comments.html #doc-comments
240
+ [ Doc comments ] : comments.md #doc-comments
241
241
[ ECMA-334 ] : https://www.ecma-international.org/publications/standards/Ecma-334.htm
242
242
[ ECMA-335 ] : https://www.ecma-international.org/publications/standards/Ecma-335.htm
243
- [ Expression Attributes ] : expressions.html #expression-attributes
244
- [ IDENTIFIER ] : identifiers.html
245
- [ RAW_STRING_LITERAL ] : tokens.html #raw-string-literals
246
- [ STRING_LITERAL ] : tokens.html #string-literals
243
+ [ Expression Attributes ] : expressions.md #expression-attributes
244
+ [ IDENTIFIER ] : identifiers.md
245
+ [ RAW_STRING_LITERAL ] : tokens.md #raw-string-literals
246
+ [ STRING_LITERAL ] : tokens.md #string-literals
247
247
[ The Rustdoc Book ] : ../rustdoc/the-doc-attribute.html
248
248
[ The Unstable Book ] : ../unstable-book/index.html
249
- [ _DelimTokenTree_ ] : macros.html
250
- [ _LiteralExpression_ ] : expressions/literal-expr.html
251
- [ _SimplePath_ ] : paths.html #simple-paths
252
- [ `allow` ] : attributes/diagnostics.html #lint-check-attributes
253
- [ `cfg_attr` ] : conditional-compilation.html #the-cfg_attr-attribute
254
- [ `cfg` ] : conditional-compilation.html #the-cfg-attribute
255
- [ `cold` ] : attributes/codegen.html #the-cold-attribute
256
- [ `crate_name` ] : crates-and-source-files.html #the-crate_name-attribute
257
- [ `crate_type` ] : linkage.html
258
- [ `deny` ] : attributes/diagnostics.html #lint-check-attributes
259
- [ `deprecated` ] : attributes/diagnostics.html #the-deprecated-attribute
260
- [ `derive` ] : attributes/derive.html
261
- [ `export_name` ] : abi.html #the-export_name-attribute
262
- [ `forbid` ] : attributes/diagnostics.html #lint-check-attributes
263
- [ `global_allocator` ] : runtime.html #the-global_allocator-attribute
264
- [ `ignore` ] : attributes/testing.html #the-ignore-attribute
265
- [ `inline` ] : attributes/codegen.html #the-inline-attribute
266
- [ `link_name` ] : items/external-blocks.html #the-link_name-attribute
267
- [ `link_section` ] : abi.html #the-link_section-attribute
268
- [ `link` ] : items/external-blocks.html #the-link-attribute
269
- [ `macro_export` ] : macros-by-example.html #path-based-scope
270
- [ `macro_use` ] : macros-by-example.html #the-macro_use-attribute
271
- [ `meta` macro fragment specifier ] : macros-by-example.html
272
- [ `must_use` ] : attributes/diagnostics.html #the-must_use-attribute
273
- [ `no_builtins` ] : attributes/codegen.html #the-no_builtins-attribute
274
- [ `no_implicit_prelude` ] : items/modules.html #prelude-items
275
- [ `no_link` ] : items/extern-crates.html #the-no_link-attribute
276
- [ `no_main` ] : crates-and-source-files.html #the-no_main-attribute
277
- [ `no_mangle` ] : abi.html #the-no_mangle-attribute
278
- [ `no_std` ] : crates-and-source-files.html #preludes-and-no_std
279
- [ `panic_handler` ] : runtime.html #the-panic_handler-attribute
280
- [ `path` ] : items/modules.html #the-path-attribute
281
- [ `proc_macro_attribute` ] : procedural-macros.html #attribute-macros
282
- [ `proc_macro_derive` ] : procedural-macros.html #derive-macros
283
- [ `proc_macro` ] : procedural-macros.html #function-like-procedural-macros
284
- [ `recursion_limit` ] : attributes/limits.html #the-recursion_limit-attribute
285
- [ `repr` ] : type-layout.html #representations
286
- [ `should_panic` ] : attributes/testing.html #the-should_panic-attribute
287
- [ `target_feature` ] : attributes/codegen.html #the-target_feature-attribute
288
- [ `test` ] : attributes/testing.html #the-test-attribute
289
- [ `type_length_limit` ] : attributes/limits.html #the-type_length_limit-attribute
290
- [ `used` ] : abi.html #the-used-attribute
291
- [ `warn` ] : attributes/diagnostics.html #lint-check-attributes
292
- [ `windows_subsystem` ] : runtime.html #the-windows_subsystem-attribute
293
- [ attribute macros ] : procedural-macros.html #attribute-macros
294
- [ block expressions ] : expressions/block-expr.html
249
+ [ _DelimTokenTree_ ] : macros.md
250
+ [ _LiteralExpression_ ] : expressions/literal-expr.md
251
+ [ _SimplePath_ ] : paths.md #simple-paths
252
+ [ `allow` ] : attributes/diagnostics.md #lint-check-attributes
253
+ [ `cfg_attr` ] : conditional-compilation.md #the-cfg_attr-attribute
254
+ [ `cfg` ] : conditional-compilation.md #the-cfg-attribute
255
+ [ `cold` ] : attributes/codegen.md #the-cold-attribute
256
+ [ `crate_name` ] : crates-and-source-files.md #the-crate_name-attribute
257
+ [ `crate_type` ] : linkage.md
258
+ [ `deny` ] : attributes/diagnostics.md #lint-check-attributes
259
+ [ `deprecated` ] : attributes/diagnostics.md #the-deprecated-attribute
260
+ [ `derive` ] : attributes/derive.md
261
+ [ `export_name` ] : abi.md #the-export_name-attribute
262
+ [ `forbid` ] : attributes/diagnostics.md #lint-check-attributes
263
+ [ `global_allocator` ] : runtime.md #the-global_allocator-attribute
264
+ [ `ignore` ] : attributes/testing.md #the-ignore-attribute
265
+ [ `inline` ] : attributes/codegen.md #the-inline-attribute
266
+ [ `link_name` ] : items/external-blocks.md #the-link_name-attribute
267
+ [ `link_section` ] : abi.md #the-link_section-attribute
268
+ [ `link` ] : items/external-blocks.md #the-link-attribute
269
+ [ `macro_export` ] : macros-by-example.md #path-based-scope
270
+ [ `macro_use` ] : macros-by-example.md #the-macro_use-attribute
271
+ [ `meta` macro fragment specifier ] : macros-by-example.md
272
+ [ `must_use` ] : attributes/diagnostics.md #the-must_use-attribute
273
+ [ `no_builtins` ] : attributes/codegen.md #the-no_builtins-attribute
274
+ [ `no_implicit_prelude` ] : items/modules.md #prelude-items
275
+ [ `no_link` ] : items/extern-crates.md #the-no_link-attribute
276
+ [ `no_main` ] : crates-and-source-files.md #the-no_main-attribute
277
+ [ `no_mangle` ] : abi.md #the-no_mangle-attribute
278
+ [ `no_std` ] : crates-and-source-files.md #preludes-and-no_std
279
+ [ `panic_handler` ] : runtime.md #the-panic_handler-attribute
280
+ [ `path` ] : items/modules.md #the-path-attribute
281
+ [ `proc_macro_attribute` ] : procedural-macros.md #attribute-macros
282
+ [ `proc_macro_derive` ] : procedural-macros.md #derive-macros
283
+ [ `proc_macro` ] : procedural-macros.md #function-like-procedural-macros
284
+ [ `recursion_limit` ] : attributes/limits.md #the-recursion_limit-attribute
285
+ [ `repr` ] : type-layout.md #representations
286
+ [ `should_panic` ] : attributes/testing.md #the-should_panic-attribute
287
+ [ `target_feature` ] : attributes/codegen.md #the-target_feature-attribute
288
+ [ `test` ] : attributes/testing.md #the-test-attribute
289
+ [ `type_length_limit` ] : attributes/limits.md #the-type_length_limit-attribute
290
+ [ `used` ] : abi.md #the-used-attribute
291
+ [ `warn` ] : attributes/diagnostics.md #lint-check-attributes
292
+ [ `windows_subsystem` ] : runtime.md #the-windows_subsystem-attribute
293
+ [ attribute macros ] : procedural-macros.md #attribute-macros
294
+ [ block expressions ] : expressions/block-expr.md
295
295
[ built-in attributes ] : #built-in-attributes-index
296
- [ derive macro helper attributes ] : procedural-macros.html #derive-macro-helper-attributes
297
- [ enum ] : items/enumerations.html
298
- [ expression statement ] : statements.html #expression-statements
299
- [ external blocks ] : items/external-blocks.html
300
- [ functions ] : items/functions.html
301
- [ generics ] : items/generics.html
302
- [ implementations ] : items/implementations.html
303
- [ item declarations ] : items.html
304
- [ match expressions ] : expressions/match-expr.html
305
- [ modules ] : items/modules.html
306
- [ statements ] : statements.html
307
- [ struct ] : items/structs.html
308
- [ union ] : items/unions.html
296
+ [ derive macro helper attributes ] : procedural-macros.md #derive-macro-helper-attributes
297
+ [ enum ] : items/enumerations.md
298
+ [ expression statement ] : statements.md #expression-statements
299
+ [ external blocks ] : items/external-blocks.md
300
+ [ functions ] : items/functions.md
301
+ [ generics ] : items/generics.md
302
+ [ implementations ] : items/implementations.md
303
+ [ item declarations ] : items.md
304
+ [ match expressions ] : expressions/match-expr.md
305
+ [ modules ] : items/modules.md
306
+ [ statements ] : statements.md
307
+ [ struct ] : items/structs.md
308
+ [ union ] : items/unions.md
0 commit comments