Are "Internal exception in StandardCompiler::compile: /solidity/libsolidity/ast/Types." errors related in any sense to code size limit?

I have been working with a set of smart contracts and I reached a limit in which my code size was too big. I started moving the logic across libraries and it has been working. All of a sudden I got this error. Some other users reported it while using immutabel structs in mappings. Im not using any of those. Is it remix related? Any help will be much appreciated!

I realized I was importing a contract into a Library so nothing related to code size limit :slight_smile: