35 code results in intellij-rust/intellij-rust or view all results on GitHub
src/main/kotlin/org/rust/lang/core/types/infer/PatternMatching.kt
Kotlin
Showing the top two matches
Last indexed Mar 22, 2019
src/main/kotlin/org/rust/ide/surroundWith/expression/RsExpressionSurrounderBase.kt
Kotlin
Showing the top match
Last indexed Jun 25, 2018
src/main/kotlin/org/rust/lang/core/stubs/index/RsFeatureIndex.kt
Kotlin
Showing the top match
Last indexed Jul 21, 2018
src/main/kotlin/org/rust/ide/intentions/RemoveParenthesesFromExprIntention.kt
Kotlin
Showing the top match
Last indexed Nov 21, 2018
src/main/kotlin/org/rust/lang/core/psi/ext/RsStructLiteralField.kt
Kotlin
Showing the top match
Last indexed Dec 21, 2018
src/main/kotlin/org/rust/lang/core/psi/ext/RsPat.kt
Kotlin
Showing the top match
Last indexed Mar 21, 2019
src/main/kotlin/org/rust/lang/core/resolve/ref/RsPathReferenceImpl.kt
Kotlin
Showing the top two matches
Last indexed Apr 4, 2019
| 37 | override fun advancedResolve(): BoundElement<RsElement>? = |
| 38 | advancedMultiResolve().singleOrNull() |
| 39 | |
| 40 | override fun advancedMultiResolve(): List<BoundElement<RsElement>> = |
| … | |
| 126 | collectResolveVariants(binding.referenceName) { processAssocTypeVariants(trait, it) } |
| 127 | .singleOrNull() as? RsTypeAlias? |
| 128 | |
| 129 | /** Resolves a reference through type aliases */ |
src/main/kotlin/org/rust/ide/formatter/processors/RsSingleImportRemoveBracesFormatProcessor.kt
Kotlin
Showing the top match
Last indexed Jun 25, 2018
src/main/kotlin/org/rust/ide/inspections/RsSimplifyPrintInspection.kt
Kotlin
Showing the top match
Last indexed Jun 25, 2018
src/main/kotlin/org/rust/cargo/project/model/AttachCargoProjectAction.kt
Kotlin
Showing the top match
Last indexed Oct 15, 2018