summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/classes.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index 5903a4b9a5..0e616420cf 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -2638,6 +2638,19 @@ The :ref:`ref-classes-rust-common` class is an internal class to the
2638:ref:`ref-classes-cargo_common` and :ref:`ref-classes-rust` classes and is not 2638:ref:`ref-classes-cargo_common` and :ref:`ref-classes-rust` classes and is not
2639intended to be used directly. 2639intended to be used directly.
2640 2640
2641.. _ref-classes-rust-target-config:
2642
2643``rust-target-config``
2644======================
2645
2646The :ref:`ref-classes-rust-target-config` class is an internal class to the
2647:ref:`ref-classes-cargo_common` and :ref:`ref-classes-rust` classes and is not
2648intended to be used directly.
2649
2650It is used to generate a JSON specification file from the features listed in
2651:term:`TUNE_FEATURES`, which is used for cross-compiling. The logic is done in a
2652``do_rust_gen_targets`` task.
2653
2641.. _ref-classes-sanity: 2654.. _ref-classes-sanity:
2642 2655
2643``sanity`` 2656``sanity``