# File lib/rspec/core/world.rb, line 74
      def announce_exclusion_filter
        if exclusion_filter && RSpec.world.example_count.zero?
          @configuration.reporter.message(
            "No examples were matched. Perhaps #{exclusion_filter.inspect} is excluding everything?")
          example_groups.clear
        end
      end