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.
1 parent 5d894a4 commit 20ceb37Copy full SHA for 20ceb37
vhdl_lang/src/analysis/names.rs
@@ -326,9 +326,11 @@ impl<'a> ResolvedName<'a> {
326
}
327
328
329
-/// Represents the result when resolving a result.
330
-/// This can either be a value (in the future, this case might also hold the value
331
-/// of the static expression of the attribute) or a type itself.
+/// Represents the result when resolving an attribute.
+/// This can either be a value or a type.
+///
332
+/// in the future, the value case might also hold the value
333
+/// of the static expression of the attribute.
334
///
335
/// Values are returned for attributes such as `'low`, `'high`, `'val(..)`, e.t.c.
336
/// Types are returned for attributes such as `'base`, `'subtype`, `'element`
0 commit comments