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 d522ece commit 8d02494Copy full SHA for 8d02494
vhdl_lang/src/analysis/design_unit.rs
@@ -433,6 +433,7 @@ impl<'a> AnalyzeContext<'a> {
433
ContextItem::Library(LibraryClause { ref mut name_list }) => {
434
for library_name in name_list.iter_mut() {
435
if self.work_sym == library_name.item.item {
436
+ library_name.set_unique_reference(self.work_library());
437
diagnostics.push(Diagnostic::hint(
438
&library_name.item,
439
"Library clause not necessary for current working library",
0 commit comments